A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by jasondavis » Tue Aug 29, 2006 8:50 pm
Code: Select all
$roomname = '&init_room=1008';
$roomname = '&init_room=$room';
Post by Luke » Tue Aug 29, 2006 8:53 pm
$roomname = '&init_room=' . $room;
Return to “PHP - Code”