Ummm, Yeah that was a "joke". Didn't matter that the syntax was wrong. Thanks for discecting that though for me! :)
Had I written it and tested it my parse error would have showed me what I did wrong. Wow you guys play serious! LOL Anywho, thanks again... Wolf >:-P > -----Original Message----- > From: Curt Zirzow [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 2:13 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Class Help Extended > > > * Thus wrote Rob Adams ([EMAIL PROTECTED]): > > > > "Php Email List" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > $smiley = ":)"; > > > include_once(evil_laugh.php); > > > echo $laugh $smiley; > > > //Echo'd: Muuuhahahahahah :) > > > > You're syntax is a little off here. You need to use: > > > > echo $laugh . $smiley; > > or > > echo "$laugh $smiley"; > > or > echo $laugh, $smiley; > > Curt > -- > "I used to think I was indecisive, but now I'm not so sure." > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php