View Single Post
Old 03-19-2008, 03:12 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default 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
Orc is offline  
Reply With Quote