
07-19-2008, 05:41 PM
|
 | |
|
|
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,323
Credits: 0
Rep Power: 69
|
|
Re: Including header file using HTML
It compares, the string header.php with $_SERVER['PHP_SELF']
$_SERVER['PHP_SELF'] == The filename of the loaded page.
|