Thread: More PHP Help
View Single Post
Old 10-28-2007, 04:26 PM   #7 (permalink)
maZtah
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

And then you want to be sure the input is an id.

PHP Code:
if(!is_numeric($pallette))
  exit(); 
maZtah is offline  
Reply With Quote