can we assign value and display it using a single line code
Posted: Fri Oct 07, 2005 2:55 pm
can we assign value and display it using a single line code
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
echo $var = 'yes';