Re: Running PHP from a remote server




Troy wrote (in part):
>
> 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.

Get your code off of your ISP onto a real hosting site. That is no way
to do hosting.

Ken

.



Relevant Pages

  • Re: Running PHP from a remote server
    ... 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. ... requires the user to click on some text to run my script. ...
    (comp.lang.php)
  • Re: Running PHP from a remote server
    ... > (non-PHP) and a CGI server. ... > requires the user to click on some text to run my script. ... Or yet another one: make it an iframe. ...
    (comp.lang.php)
  • Re: cgi relay for python cgi script
    ... the cgi server and without running a cgi server on the other machine where the script will actually run? ... that doing things like this without coordinating with your server administrators and security architects *before* you start tinkering can be a excellent way to get fired... ... I would like to do this to improve performance by avoiding nfs. ...
    (comp.lang.python)