on a pre-built library of images?
Can someone maybe point me to an online instructional on how to get a
CAPTCHA image that really works?
Tips on what differentiates a good CAPTCHA from a bad one would also be
really sweet.
Thank you for any advice.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.
nes that is not obvious to me. I came
across this page:
http://sam.zoy.org/pwntcha/
... which conveys a feeling that some CAPTCHAs that look good actually
aren't.
According to this page, the Yahoo CAPTCHA image, which looks quite
minimal to me, is actually one of the better ones.
--
Da
a URI request and returning a page
that the URI will get set.
Can anyone help me with figuring out at what point I can gain control
over the URI sent back, as Wikipedia does?
Thanks for any advice.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.ph
it seems
to work like a charm so far.
Thanks for all your advice and assistance.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at
any one time, so I'm unsure how to efficiently include only the
necessary classes.
My second question is: Is there a systematic way of determining how to
incrementally include files that people use? Or is it just a constant
process of testing and checking?
Thank you for any advice.
w and
again, but I think I have a handle on that.
Thank you for pointing that out to me. Just the right solution.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-16-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
index, leaving only the
associative key names?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
imple as replacing every instance of mysql_ with mysqli_.
I will look into it further and see if I can migrate to using mysqli_
somehow.
Thank you for the advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there a way I can:
1. Verify that sessions are in fact the cause of inodes being created?
2. Destroy them?
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. Something like this:
Array
(
[0] => column1
[1] => column2
[2] => column3
)
At least, that's what it looks like if it's just echoed out.
Is there a way I can strip out the relevant column names to be more
like this:
"column1, column2. column3"
find any information on configuring Zend in this matter.
What do I need to do to make Zend listen on the MySQL socket that I want
it to listen on?
(Which, by the way, is /var/run/mysqld/mysqld.sock)
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To
able in thinking that asking about how to set up a PHP
development environment so that I can debug my PHP scripts without it
conflicting with the PHP database administration system is on-topic?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, and for making this list a great source of support.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m unsure where to look to diagnose this problem further.
Any advice would be much appreciated. Thank you.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
llaborating with someone who uses Windows, so something
cross platform, Java based or whatever else, would be best.
Are there any recommendations?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it was an Easter egg hunt that
exceeded my patience.
What about Protoeditor or PHPEclipse?
I am going to try them out. Thank you for suggesting them.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cript at
monash.edu.au that I need to contact the developer about? Is it
something do to with how the form action is structured?
Please advise on how to diagnose and address this problem.
If necessary, please tell me where this issue would be best addressed if
it is not a PHP issue.
Thank yo
Jochem,
Thank you for responding.
no doubt it will become a php issue in the near future ;-)
I'm sure it will. However, you have kick started me in the right
direction, and I have the beginnings of a working page.
Thank you for your helpful advice.
--
Dave M G
--
PHP General Ma
ot;, $htmlPage);
But that didn't work, and returned an error.
Since ereg was working, though, I figured I would just stick with it.
Still, I thought it worth asking:
Is there any reason why either ereg or preg would be more desirable over
the other?
Why does the ereg work for the command
Chris, Ligaya, Dave,
Thank you for responding. I understand the difference in principle
between ereg and preg much better now.
Chris wrote:
! in perl regular expressions means "not" so you need to escape it:
\!
Still, when including that escape character, the following preg
expre
Can I form an expression that would take $htmlPage and delete everything
*except* text that is between a tag and a tag?
Or is that something that requires much more than a single use of
preg_replace?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ax, and I can't see why it would fail.
Have I messed up the regular expression, or the use of preg_match_all?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. If I take off the "s" option,
then it only looks at and tags within each line, thus
returning small, discreet matches.
I personally don't think this is very rational behaviour, so either I'm
doing something wrong still, or perhaps it's me who isn't very ra
l behave the
same, so perhaps "greediness" is determined by some other modifier?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ck. If anyone has any advice to help get me started,
it would be much appreciated.
Thank you for your time and help.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
very well now.
Thanks to the PHP list, especially Jochem, Ligaya, Dave, Robert, Mike,
Robert, Adam, and John, for all your helpful information and advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Y_STRING'], the
value is contained in there, so it is being assigned and contained somehow.
What could I possibly be missing in what should be a super simple process?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t be greedy".
So, it should start at the beginning of the line and get everything up
to the first space. But it doesn't work.
Where did I go wrong?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Richard, Madoka,
Thank you for your insights into searching for Japanese characters.
I've decided to stick with searching for words as determined by the
placement of spaces within the source text.
Thank you for your time and advice.
--
Dave M G
--
PHP General Mailing List
Richard, Adam, Barry, Dave, David,
Thank you all for your helpful advice regarding expressions.
I was able to combine all your advice, and made some additional
discoveries along the way.
The winning expression is:
"#^(.*)\s#iU"
First, I discovered that sometimes the source t
e?
Thank you for all your time and help.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ckslash and "s" again.
Hmm... does the (.*) after the second "\s" mean to match all the
whitespace found? For example if there happened to be two space
characters instead of just one?
The PHP manual says the "$" means to "assert end of subject". Which
e that no one goes out of their
way to document or explain it.
I'm too lost to know where to begin.
How do I create a file that the user saves, and is not stored on the server?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rything I set out for it to do.
Everyone's time and expertise is very much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
his advice has come together, and my script now
accomplishes what I had hoped it would.
Thank you and the PHP list in general for the continued great support.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
up.
But, while I'm sure there are more steps than that, I'm halted initially
because I'm not sure where in the $_SERVER array my URL is being stored.
Any advice on how to proceed here would be greatly appreciated. Thank you.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at it seemed like it was supposed to be
listed there.
If anyone can see problems in the above, or if I've misunderstood some
part, please let me know.
Thanks to the PHP list for their ever-present help and support.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rk on Linux?
Any tutorials or instructions available anywhere that are newbie
friendly? After all, aren't the newbies the ones most likely to be the
ones to use a GUI debugger?
Any advice or help would be greatly appreciated.
Thank you for your time.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.
own set of error
handlers, which would themselves need constant tweaking, especially as
I'm a newbie.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;.
I've looked around and can't seem to find a way of connecting these in
the same search. However, I'm sure that is because I'm not familiar
enough with regular expressions to know what I'm looking at.
How would I connect "#^/*#" and "#*/$#" in
iated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ted.
Thank you for your time.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
of a class
and method, which is my ultimate intent with this process.
I will also make sure to name my variables with at least one leading
alphabet character. Thanks for the warning.
All your time and expert advice is much appreciated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual
Sun, 03 Sep 2006 14:22:42 -0700
Which parts are key to change, and how?
Thank you for any and all advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r.com
[123.123.123.123] (may be forged)
(Note that I've changed the names of servers and the DNS just to keep
some info private)
Why are my attempts to set these headers in PHP not taking effect?
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ddress = "[EMAIL PROTECTED]";
$fromName = "My Name";
$headers = "From: " . $fromName . " <" . $fromAddress . ">\n";
$headers .= "Reply-to: " . $fromName . " <" . $fromAddress . ">\n";
$extra = "-f"
ctly do I set the variables? Do I have to manually
edit php.ini and then restart Apache? Is there a command I should be
running?
Thank you for any and all advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List
and full of settings I don't need, really turns me off.
Is there no way to simply force my PHP emails through SMTP? I'm happy
about everything else with my email set up, so surely there's a way to
handle this one thing.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dua
rfile . $errline ;
}
However, I get errors saying that the arguments for handleError don't exist.
Shouldn't they be automatically passed to my own error handler?
Thank you for any advise.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL
ray)
I've even tried accomplishing it with a foreach(), but no matter what I
do, it doesn't work.
As it walks through the array, it seems to trim a copy of the element in
the array, trim that, but leave the original array untouched.
What am I missing here?
--
Dave M G
Ubuntu
t;);
Or:
header("/local/server/www/directory/");
Bottom line is, how do I ensure that all links and user requests through
the URL end up going to the index.php in my web site's root directory?
I hope this question is clear enough, and thank you for any and all advice.
--
Dave M
time and advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e" directory has fully open
permissions, and it's currently set to "drwxrwxrwx", or "0777".
Am I missing some fundamental issue with directory structures on an
Apache server?
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;];
}
I may have missed a detail in trying to keep this brief and readable. If
so, please let me know and I will try to provide it.
Thank you for any advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
finitely a serialization issue.
--
Dave M G
Community Moderator
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
#x27;t
think of anything else that could be a culprit (though of course I'm
open to suggestions).
Any advice would be much appreciated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RVER[SCRIPT_NAME], but without including the file name?
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s images and
lines, but they are all similar in that they will take some text code
and convert into an HTML entity.
I need to be able to separate those out and then be able to place
opening and closing tags at the right place before and after paragraphs.
Is there a way to do this? Is the
it is displayed.
But I definitely thank you for giving me something to think about, and
also the tips on how to make my code more efficient.
It's my hope that someone can still steer me towards the ability to get
tags surrounding paragraphs, and to be able to separate and
other tags from
either misunderstood the use of preg_replace(), or regular
expressions, or arrays, despite having looked them up in the PHP online
manual.
I also tried str_replace(), but predictably that did not help. As far as
I understand it, it does not accept arrays.
What am I doing wrong in the abov
Robin, Dan, Rabin,
Thank you all for your advice. You've helped me understand regular
expressions a little better, and cleared some some confusion about arrays.
I'll be adapting all the code you provided for me needs.
Thank you for taking the time to help.
--
Dave M G
--
P
= "nameFromDatabase";
$object = new $className();
Is this possible?
I hope I've asked my question clearly. Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cific command I was missing.
Well, anyway, I guess I've stumbled on the right syntax. Thank you for
pointing it out to me.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
have limitations on how many
emails it sends out. But I thought it took hundreds, somewhere between
500 and a thousand, of individual emails before it would die. And I also
thought the set_time_limit(0) function would alleviate the problem of
timing out.
Where have I gone wrong with this?
Any
nk you for taking the time to help.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s that will change as
I work on the system? Do most people create a function to detect the
included files, or do most people make a static list that they edit by hand?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
er way for them to exploit a dynamic include()
function, then please let me know.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nd it. But can someone show me more explicitly
how someone could exploit a dynamic include() function with simple
access through forms? And, can that access be exploited even when fairly
common restrictions on form data is implemented (such as no tags and such)?
--
Dave M G
--
PHP General Ma
I gone wrong?
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t.
Now I have to consider whether or not to make my code PHP 4 compatible,
or upgrade to version 5.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jochem,
::index.php
Wouldn't strip_tags() eliminate the tags that make this possible?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a smooth upgrade to PHP 5?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP List,
Okay, I've upgraded to php 5 on my home machine, and I'm still getting
some syntax errors.
Parse error: syntax error, unexpected T_NEW in
/home/dave/web_sites/thinkingworks.com/web/database.class on line 5
This is the code producing the error:
class database {
pub
it like this:
$data = database::getDB()->getData($arg1, arg2);
Thank you for your time and advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
] . "";
echo "val[resource] = " . $val[resource] . "";
}
What I'm getting back doesn't make sense. I can't go all the way into my
code, but $val[type] should be a string value containing the words
"Article" or "Text".
But i
t;All In One: PHP, MySQL and Apache".
foreach($elements as $e){
while(list($key, $value) = each($e)){
echo "key = " . $key . "";
echo "value = " . $value . "";
}
}
But it still doesn't work. It says:
Warning: Variable passed to each() i
blic static function restoreSlashes($string)
{
// Check if "Magic Quotes" is turned on.
if (get_magic_quotes_gpc())
{
// Add escape slashes.
return addslashes($string);
}
// Return a string that has escape slashes.
return $string;
}
Any advice much appreciated.
--
Da
eason for the restoreSlashes function to
exist. If you ever think you need it, you're wrong.
I guess that makes sense.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hp_value magic_quotes_gpc off
php_flag magic_quotes_gpc off
Right now I'm using php_value, so I'll stick with that.
This seems to have solved my magic quotes woes.
Thank you Richard, Chris, Roger, Viraj, and the PHP list for responding.
--
Dave M G
--
PHP General Mailing List (http://www.php.ne
27;t figure out why this:
click here
... does not work with this:
$userRequest = trim($_SERVER['REQUEST_URI'], "/");
header ("Location: /$userRequest");
Any suggestions or help would be greatly appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r the
suggestion, though.
Anyone have any other ideas?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
illa would be different.
Any suggestions? Is there something about my code right in front of my
face that I'm not seeing?
Any suggestions would be greatly appreciated.
Thanks.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that does that? Or a good recommendation?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rformer data if someone typed the
name directly into the URL.
Obviously, I'm still a bit of a beginner with PHP. I may have
approached this issue from the wrong starting point, so please let me
know if I'm missing something fundamental.
Thank you for any advice you may ha
more questions.
I appreciate you taking the time to offer advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eason why I've never seen it done this way.
Opinions would be much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
st of
variables from the database once a day with a cron job.
I appreciate all the help people have given to let me understand the
issue.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
distort it so it's only legible to humans, nor how to
correlate the image with a number that a user inputs into a form field.
Any advice would be much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you all for pointing me in the right direction.
I was extremely unlikely to come across the term "CAPTCHA" by starting
with the search terms I was using. I'm really glad I asked here.
Your time taken to answer my query is much appreciated.
--
Da
I created a phpinfo.php file, put in the following code:
... and then accessed it through FireFox at localhost.
To my surprise, I got the following error message:
Warning: Unknown(/home/dave/web_sites/phpinfo.php): failed to open
stream: Permission denied in Unknown on line 0
Warning
So, what does this say:
$umask
It says:
0022
and this:
$ ls -l /home/dave/web_sites/phpinfo.php
It says:
-rw--- 1 dave dave 20 2006-02-13 22:45 /home/dave/web_sites/phpinfo.php
and are you using the browser to view the file via
a server (e.g., the browser address bar says "
om lhpl_side WHERE PVLN ="\Z"; from the mysql command
prompt it works properly. (returns a 172 rows)
I realize that I need to do an update to change the value in field.
However, right now I just need to get a query that works to the db.
Anyone got any ideas?
:) Dave
--
"...U
This field contains ONLY the \Z. Thanks for the suggestion but it
generates the following error message:
Parse error: parse error, unexpected '\"' in
On Sun, 2002-12-22 at 04:49, Mattia wrote:
>
> "Dave J. Hala Jr." <[EMAIL PROTECTED]> ha scritto nel
-oganise your SQL statement so it only returns the required data ?.
"select * from table where StudentID = $StudentID";
if (mysql_num_rows() == 1)
do this;
else
do that;
Vic 20's were for wimps ;-)
TTFN
Dave
mail/php/2003
way, I can't find a reference to anything in the manual that will
force PHP to strictly check variable names etc. to see if they are
declared before use and if not throw up an error.
Can somebody tell me which M to FR ?
Regards,
Dave
mail/php/2003-06-23.tx
#x27;t know what changed,
but it only happens with certain variables on certain posts. Anyone
else seen this type of behavior?
:) Dave
--
"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"
OSIS
Dave J. Hala Jr.
641.485.1606
--
PHP General Mailing List (ht
first one then
> that is what you will get when you post or get the form.
>
> if you want a blank one then do
>
>
> and that should not pass anything in the post or get...
>
>
>
> On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > I'm running p
menu.php";>Liheap Processing
Menu
https://122.192.204.199/main.php";>Main Menu
https://122.192.204.199/logout.php";>Logout
What does the entire form look like?
>
>
>
> On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrot
quot;;
On Mon, 2002-11-18 at 04:55, BigDog wrote:
> but where is the form that you created...
>
> That was i can see what you have set up inside of the form tag...
>
>
> On Mon, 2002-11-18 at 17:51, Dave J. Hala Jr. wrote:
> > SQN: 4SQN=4 SQN: 4
901 - 1000 of 1011 matches
Mail list logo