Hello,
On 07/18/2004 07:42 PM, Harlequin wrote:
Just wondering if there's a quick and easy way to validate form fields using
PHP.
Not really that concerned with actual content by using REGEX but want to
ensure users have at-least bothered to put something in and if not display
an error with the for
Why don't you just put the quotes outside the php?
That will give you
foo
-jack
Mike wrote:
>
> What I need to do is append parenthesis to the front and back of
> ('1'.$row[0][0]), but when I do that it doesn't parse correctly. What I'm
> getting now is:
> Value=1San Francisco
> What I need is
What I need to do is append parenthesis to the front and back of
('1'.$row[0][0]), but when I do that it doesn't parse correctly. What I'm
getting now is:
Value=1San Francisco
What I need is:
Value="1San Francisco"
Thanks
Mike P
[EMAIL PROTECTED]
""Mike"" <[EMAIL PROTECTED]> wrote in message
9b
17 avril 2001 15:35
> À:Mike
> Cc: [EMAIL PROTECTED]
> Objet:Re: [PHP] Form Field
>
> Hi,
>
> How about enclose the parameters with quotes ???
>
> See ya,
>
> Marcelo Pereira
> Programmer
>
> - Original Message -
> From: Mike <
Hi,
How about enclose the parameters with quotes ???
See ya,
Marcelo Pereira
Programmer
- Original Message -
From: Mike <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 10:17 AM
Subject: [PHP] Form Field
> Im trying to pass a form variable to anouther page wi
5 matches
Mail list logo