assaqqaf
assaqqaf

Reputation: 1585

CGI and PHP why? and when?

one day I chat with a experienced programmer about devloping file hosting system, he tell me it's need to use cgi in your program to work in best way.

so what is cgi ?

whay to use?

and when?

Upvotes: 1

Views: 331

Answers (2)

Waleed Amjad
Waleed Amjad

Reputation: 6808

Maybe he was referring to FastCGI and mod_php?

Upvotes: 2

pavium
pavium

Reputation: 15118

Some of these links will be more helpful than others. A google search will find plenty more.

My impression, for what it's worth, is that CGI is less popular than it once was.

There are only 222 questions on SO tagged 'cgi'.

Upvotes: 1

Related Questions