[snip] You mean for testing I make a new page and put these two functions? Or do you want me to place these on the top and bottom of my existing global.inc.php page?
And PS : what is "HTH" ?
[/snip]
I mean that instead of
<html>
<head></head>
you do
<?php
print("<html>");
print("<head></head>");
?>
Hope This Helps
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

