Portal Home > Knowledgebase > Articles Database > CGI, PHP, MySQL, etc. ?
CGI, PHP, MySQL, etc. ?
Posted by artied2, 05-18-2003, 06:34 AM |
I need to have a simple form on a web page. (Name, address, etc.), Can someone help me decide which of these techniques is easiest to learn and set up?
What are the pro's and con's of the different methods, including one's that I didn't list?
Thanks all, Artie
|
Posted by Pilgrim, 05-18-2003, 06:37 AM |
CGI. Get one of these free scripts: http://cgi.resourceindex.com/Program...rm_Processing/
Take a simple one. The less fancy bells and whistles the easier it is to set up.
Also, if you are on a cpanel host then a cgi-script for sending forms is already pre-installed.
|
Posted by artied2, 05-18-2003, 06:54 AM |
Thanks Pilgrim. <-- Doing my best John Wayne voice.
Can I read into your reply that you recommend CGI for this type of function?
BTW - My host, (UH), uses Ensim, which I like very much, but they pointed to the same link you did. (Must be a good one.)
Artie
|
Posted by deadserious, 05-18-2003, 06:58 AM |
Here's another link for you to look at, it's the PHP section for the form processing scripts.
http://php.resourceindex.com/Complet...rm_Processing/
|
Posted by Knogle, 05-18-2003, 06:59 AM |
BTW, CGI is not a programming language.. its Perl.
And I would go with PHP -- very easy to learn, and flexible in its abilities also.
|
Posted by HostGuard, 05-18-2003, 07:26 AM |
Agreed sanjiv.
Forms don't need a MySQL database usually, so it can be flat file.
|
Posted by artied2, 05-18-2003, 07:40 AM |
Thanks for the replies folks.
This gets me pointed in the right direction.
Artie
|
Add to Favourites Print this Article
Also Read