ay" <[EMAIL PROTECTED]>; "Php-General"
<[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 3:08 AM
Subject: RE: [PHP] Re: problem with form values
> Heh, we seem to have a bit of a problem with communicating with each
other..
> :)
>
> What I ment wi
like
onSubmit="blah()".
Niklas
-Original Message-
From: James Holloway [mailto:[EMAIL PROTECTED]]
Sent: 12. syyskuuta 2001 12:01
To: Niklas Lampén
Cc: [EMAIL PROTECTED]
Subject: [PHP] Re: problem with form values
Sorry,
I didn't mean it quite like that. After the user
i would say do this
urlencode the string (it should use %22 or something for the quote marks)
then un encode on the recieving page
--
one thing you might try is this
$sql = 'SELECT * FROM whatever WHERE';
while ( $quotes = explode('"', $Keywords) ) {
$q = 0;
$s = 0;
Sorry,
I didn't mean it quite like that. After the user presses submit
$string = htmlentities($string);
// now, do whatever with the string
J
- Original Message -
From: Niklas Lampén
To: James Holloway ; Php-General
Sent: Wednesday, September 12, 2001 9:52 AM
Subject: RE
How to do anything to the strings in php BEFORE the form is sent?
Niklas
-Original Message-
From: James Holloway [mailto:[EMAIL PROTECTED]]
Sent: 12. syyskuuta 2001 11:28
To: Niklas lampén
Subject: Re: problem with form values
Hi Niklas,
use htmlentities() or htmlspecialchars() on t
t
I need to get quotas to the keyword-field, so I can create better search
engine. How to do that?
Niklas
-Original Message-
From: Adam [mailto:[EMAIL PROTECTED]]
Sent: 12. syyskuuta 2001 11:24
To: [EMAIL PROTECTED]
Subject: [PHP] Re: problem with form values
show us a snippet so we can
show us a snippet so we can evaluate the cause
-A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
7 matches
Mail list logo