Andre wrote:
Does exits any function in PHP to see if one string is compose for
numbers.
YES
http://catb.org/~esr/faqs/smart-questions.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
Does exits any function in PHP to see if one string is compose for
numbers. And I have already searched in google before I asked here
[/snip]
The manual is your friend.
http://www.php.net/strspn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
[snip]
Does exits any function in PHP to see if one string is compose for
numbers.
And I have already searched in google before I asked here
[/snip]
http://www.php.net/is_numeric
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nice one John,
Come on guys, please read the manual or do some searching before posting.
Cheers for now
Angelo
>>> John Nichel <[EMAIL PROTECTED]> 7/30/2004 4:07:33 PM >>>
Andre wrote:
> Hello
> I need one script in PHP to validate only numbers inserted from a form.
> For example like a teleph
Hello again
Does exits any function in PHP to see if one string is compose for
numbers.
And I have already searched in google before I asked here
Thanks again
André Caridade
Andre wrote:
Hello
I need one script in PHP to validate only numbers inserted from a form.
For example like a telephone number.
Thanks.
Well, you could RTFM on regular expressions
http://us4.php.net/preg_match
Or you could STFW for how to match a phone number...
http://www.google.com/search?h
Andre wrote:
Hello
I need one script in PHP to validate only numbers inserted from a form.
For example like a telephone number.
Thanks.
Well ... you can write it or if don't want to code ... perhaps searching
the web could help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
[snip]
I need one script in PHP to validate only numbers inserted from a form.
For example like a telephone number.
[/snip]
Did you want us to search Google for you? Or would you rather we write
something?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Hello
I need one script in PHP to validate only numbers inserted from a form.
For example like a telephone number.
Thanks.
9 matches
Mail list logo