i was wondering this too what happen to
<TITLE>some title here</TITLE>

reminds me of MIVA script or one of the build in things  maybe  (gulp)  a
front page thing?

anyways i suspect that
$TITLE = "some text here";

is what you want


----- Original Message -----
From: "Chris Boget" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 10:47 PM
Subject: RE: [PHP] set var in PHP


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


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

Reply via email to