"Php Webmaster" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Anyway, the following code is inside of home.php:
> As you can see, the above code will not work as the $title variable has
not
> been set yet. So, I need a way of opening up the home.php file, extracting
> the line containing the $title variable and putting that information
> inbetween the <title></title> tags.

I do not completely get why are you doing things the way you are doing and
what exactly you tra to accomplish, but I guess you could have home-head.php
that defines the varibale, and include that before you use title variable.

But it seems to me that in the longer run you could consider some php
template system to approach such problems.

rush
--
http://www.templatetamer.com/

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

Reply via email to