PHP: is_numeric - Manual - PHP: Hypertext Preprocessor
When using the exec() function in php to execute anther php script, any command line arguments passed the script will lose their type association, regardless of whether they are numeric or not, the same seems to hold true for strings as well. ie : two scr...