A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by phice » Fri Sep 06, 2002 5:07 pm
Takuma wrote:Quite good how about adding filters on and how come if I use this Code: Select all<?php echo "hi" ?> It display an empty string?
Code: Select all
<?php echo "hi" ?>
<?php echo "hi"; ?>
Post by lc » Fri Sep 06, 2002 9:25 pm
Post by phice » Sat Sep 07, 2002 12:43 am
Return to “General Discussion”