> In html, I can do
> <!--#set var="TITLE" value="some title here"-->
I've actually never seen this in html...
> How do I do this in PHP?
but is this what you are talking about?
$TITLE = "some title here";
? Or am I missing something?
Or perhaps you want to keep it an html thing...
echo "<!--#set var=\"TITLE\" value=\"some title here\"-->";
?
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]