|
Posted by Troy on 11/15/79 11:25
My ISP provides me with 2 servers: one for normal web hosting
(non-PHP) and a CGI server (with PHP). I create my website using
fusion 7 and upload this in its entirity to the web hosting server. If
I want to run CGI scripts, I can do so with an external link to a page
on the CGI server. The problem however is that I have to maintain two
sites and all associated links.
Ideally, I'd like everything to be in one place, but I'm not allowed
to upload my entire site to the CGI server. Alternatively then, is
there a way of calling PHP scripts on the CGI server from a non-CGI
server, without resorting to a clickable link. I can include HTML such
as <A HREF="http://cgiserver/......>php script link<A>, however this
requires the user to click on some text to run my script. I'd like to
run the script from the remote server without them clicking.
Navigation:
[Reply to this message]
|