| 
 Posted by murrayatuptowngallery on 01/16/07 16:49 
I have just started figuring out PHP as a server-side approach to 
something I did in Javascript. 
 
I never was able to figure out CGI on a remotely hosted web server the 
few times I tried (maybe wasnt' enabled?), but PHP is working fine...at 
least no problems at all, not my usual experience. 
 
What I would like to do is have the web page visitor access one page 
that 'calls' another so that the code isn't visible thru a web 
browser's 'View Source'. 
 
Can a .php or .htm file in the 'public', 'www', or 'html' directory 
access a .php file in for example the CGI-BIN area, or is there another 
way to do this? 
 
A visual example would probably help me more than a description. 
 
Thank you 
 
Murray
 
[Back to original message] 
 |