Hi,
Is running a web script possible from inside a PHP page as part of building the content of that page?
Eg.
<% SomehowMagicallyCall:
http://SomeFarAwayDomain.com/cgi-bin/make-some-html.cgi
%>
For understandable security, I know server side includes (SSI) generally lock out outside scripts.
What's the climate like with PHP for this?
A snippet of syntax please?
If PHP can call external scripts which return text (like SSI), can the parent PHP page pass basic authentication info to the script (username/password) if the script has a cover charge?
Thanks,
-Dino
Is running a web script possible from inside a PHP page as part of building the content of that page?
Eg.
<% SomehowMagicallyCall:
http://SomeFarAwayDomain.com/cgi-bin/make-some-html.cgi
%>
For understandable security, I know server side includes (SSI) generally lock out outside scripts.
What's the climate like with PHP for this?
A snippet of syntax please?
If PHP can call external scripts which return text (like SSI), can the parent PHP page pass basic authentication info to the script (username/password) if the script has a cover charge?
Thanks,
-Dino

Comment