Posted: Fri Sep 06, 2002 5:07 pm
Takuma wrote:Quite good how about adding filters on and how come if I use thisIt display an empty string?Code: Select all
<?php echo "hi" ?>
Code: Select all
<?php echo "hi"; ?>A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Takuma wrote:Quite good how about adding filters on and how come if I use thisIt display an empty string?Code: Select all
<?php echo "hi" ?>
Code: Select all
<?php echo "hi"; ?>