View Single Post
Old 01-10-2005, 06:17 PM   #3 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Really need to quote array keys to avoid possible issues with constants.

http://us4.php.net/manual/en/language.types.array.php

PHP Code:
echo $_POST['number1'] + $_POST['number2']; 
-r
idx is offline   Reply With Quote