View Single Post
Old 08-03-2002, 11:06 PM   #11 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
http://hoohoo.ncsa.uiuc.edu/cgi/intro.html

basically all data that the scripts process (like this message) must be passed to the script somehow, the interface that allows this is refered to as CGI, so yes, all your php scripts use the CGI.

the reason some webhosts may not like PERL scripts (.cgi) is because they create a new process each time they are run, whereas asp, (and i guess php) doesn't, so its less strain on the server
__________________
-- bloomberg.
abc123 is offline   Reply With Quote