> How about: > > <? > $var1 = $var2 = $var3 = 5; > echo $var1 . '<br/>' . $var2 . '<br/>' . $var3 . '<br/>'; > ?> > > Regards, > > Justin >
I had something stuck in my head between what Python does and PHP's list function. Not sure why I couldn't figure this one out. Thanks all. -- --Matthew Sims --<http://killermookie.org> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php