03-19-2008, 03:12 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Assigning variables on one line
How would I do a multiple variable assigning?
example
PHP Code:
$foo = 'bar' && $bar = 'foo';
Update: Well my true use would be to assign $foo and $bar to the same value without more lines. Only on one line and clustered together using a comma or whatever.
__________________
VillageIdiot can have my babbies ;d
|
|
|
|