Hello,

"Petre Agenbag" <[EMAIL PROTECTED]> wrote:
> I'm just curious.

Me, too. :)

> Why do you want to echo within an echo?
> echo '<form action="'.$PHP_SELF.'">';
> will do the trick won't it?

True.

> Unless I miss the point, I cannot see why you need to open new php tags
> for this?

But, if there's a special reason...

> > >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 ?

Well, we can use &lt; instead of < and &gt; instead of > , etc...

- E

...[snip]...

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


Reply via email to