On 15 Sep 2008, at 11:57, Alain R. wrote:
how in PHP can i create the similar header as following ? <head> <base href="www.mywebsite.com"> </head>
Assuming you mean with the header function, you can't. There is no HTTP header equivalent of the base tag.
-Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php