Forum Moderators: coopster
The problem is, the site where I'm hosting a set of html files does not support PHP. I have another host which does support PHP. I need to have my html files located on the server which does not support PHP.
Is there some way I can execute my PHP scripts within a regular HTML file? I've seen references to using Javascript for this but no working examples (and none I could make work).
Unfortunately I can't get PHP on the site where I need it without redirecting my domain (among other things). If there is a way to execute the PHP remotely, that would be the preference..
thanks,
Kendall
The only thing I can think of is to use frames containing the content, and have that content come from another server that does support php, but then you run into the problems with frames, which is another headache to deal with, especially if you get good search engine traffic, every page always has to lift the visitor from the content back into the frame, which is a pain to implement.
Thanks for the responses (even if it's an answer I didn't want to see.. :( ).
Kendall