You're gonna have to be a little bit more specific if you want any help on this one westhaven You just running HTML pages? You want to parse HTML as PHP? Your ISP/server allow this?
my server supports .php and my files are pure html and i followed all the instructins by coop ad network. but its not validating my site i don know why
There is a topic about how to do this already, I do not have the link. You can do a search for passthru.php and it will come up. I hope this helps.
u will have to have an htaccess file specifying everything to be considered as php. it will look some thing like this ... <FilesMatch "^([^\.]+)$"> ForceType application/x-httpd-php </FilesMatch> Then in ur html page give the code inside the php tags <? ?>