> subject's allready my question ! I want to echo something like :
"<form
> action = \",?php echo $PHP_SELF ?> \" >" so that the action becomes <?
> echo $PHP_SELF ?> !! But I can't figure out how to escape ?> so that
the
>   interpreter doesn't take it as the end of the script ! Any idea ?

Maybe I don't understand... but,

echo "<form action=\"<? echo \$PHP_SELF ?>\" >";

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to