one thing is testing will always be a string in "double quotes"
These errors are showing up b/c you have error_reporting(E_ALL); set essentially. The script is working as it should. If you first set $testing = ""; or $testing = null; this would work without the errors. Hope this helps Jeff -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php