Hello All,
I was wondering if anybody knew of any scripts that could convert a PHP page to HTML page on the fly.
Here is what my problem is:
I noticed that in Netscape my page didn't work, and I'm assuming that is because it was not able to view the PHP. So what I need is a script that will detect which browser is being used, then if it is NS, take the PHP page and convert it to HTML, then throw that page at the user.
Anybody know of anything like this?
I took a quick look around at some script pages but didn't see any.
Thanks!