IceNine Rated XXX
|
Posted: Tue, 21 Dec 2004 15:03:23 Post Subject: |
|
|
Do you include "example.html" before you echo the title? You could do it a couple ways:
preg_match() it, finding a special tag - not $title = 'monkey' but something like <title>monkey</title>
Or you could change example.html into example.php and in one small spot, just to <?$title = 'monkey'; ?> and the variable would be set. _________________
A letter to a soldier |
|