RE: [PHP] Assignment operator questions

2003-05-31 Thread Joe Stump
: Friday, May 30, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: [PHP] Assignment operator questions Is it possible to do the following in PHP a = b = c; Which in C, for instance would set b and a equal to c. Thanks. Andrew. -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Assignment operator questions

2003-05-31 Thread Andrew D. Luebke
Is it possible to do the following in PHP a = b = c; Which in C, for instance would set b and a equal to c. Thanks. Andrew. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php