View Single Post
Old May 26th, 2006, 4:04 AM   #8
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by DaveQB
CGI module is the way to go. Its not too hard, very similiar to PHP besides the import statement.
CGI is the way to go only if you have no alternative. If your host restricts you to Python CGI, then that's what you have to use. If you have no such restriction, I can think of absolutely no advantage of using CGI.
Arevos is offline   Reply With Quote