Re: [PHP-DEV] evaluating whether a string value is an integer

2002-03-23 Thread Rasmus Lerdorf
(int)$value; On Sat, 23 Mar 2002, Aaron Peterson wrote: > I am just learning php to put to use on building ecommerce sites. I bought > a book yesterday to help me on my quest, but it comes up a little short on > error handling. From what I understand, any data passed to a php script > from an

Re: [PHP-DEV] evaluating whether a string value is an integer

2002-03-23 Thread Alexandre Soares
Hi, I write some function in c but I need this source in php, what the procedures to make a library ? I hope when a know this procedures write php using phpinclude. Please Alex -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] evaluating whether a string value is an integer

2002-03-23 Thread Aaron Peterson
I am just learning php to put to use on building ecommerce sites. I bought a book yesterday to help me on my quest, but it comes up a little short on error handling. From what I understand, any data passed to a php script from an HTML form is of type string. I have managed to make sure people c