Thread
:
HTML gurus, need some help plz
View Single Post
03-26-2004, 02:19 AM
Rorschach
So Fucking Banned
Join Date: Aug 2002
Posts: 5,579
PHP Code:
<?php
include(
'path/to/bannerhtml'
);
?>
Make a plain text file with just the html for your ad and include it on every page with the above code. You'll need to enable parsing html pages for php includes in your .htaccess.
Rorschach
View Public Profile
Find More Posts by Rorschach