Re: [PHP] is_int() and is_double
On Wednesday 24 October 2001 20:26, Michael George wrote: [...] > The function is called after a form submission from HTML. When I enter > 12 14 > I get: > --- > lookupProduct( 12, 14 ) > $partNum: 12 does ap
[PHP] is_int() and is_double
I am having trouble with the is_int() and is_double() functions. The relevant parts of the function I'm using are: --- function lookupProduct( $partNum, $serial ) { print( "lookupProduct( $partNum, $serial )\n" );