strings must be wrapped in quotes $name = 'ab';
Justin on 31/01/03 8:45 PM, Aaron Stephan William Boeren ([EMAIL PROTECTED]) wrote: > The script: > <?php > #start variables > $name = ab; > $age = 16; > #start script > echo "Hi, my name is $name and I'am $age years old."; > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php