This is a discussion on "CGI Scripts?" within the PHP Forum section. This forum, and the thread "CGI Scripts? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
CGI Scripts?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CGI Scripts?
Have just done a piece of uni work with php, It al works and I assumed it was fine but now someones pointed out that it needs to be done with CGI scripts.
My code at the moment is just a combination of HTML and PHP that takes some sql queries which are posted in and then gets the information for the databse and displays it appropriately. Is this not right? Been looking for tutorials on making cgi scripts online and they all just look like what i've done. Can someone please tell me if i'm wrong here. Thanks |
|
|
|
|||
|
Re: CGI Scripts?
CGI scripts dont use php they are a seperate language. such as Perl.
If the project stated you must use cgi then guess uve wasted alot of work If not then php + mysql is fine. |
|
|||
|
Re: CGI Scripts?
Fantastic, this has to be in tomorrow, think only on of the functions has to be done with CGI scripts but it seems to get highest mark.
So basically a way of doing it would be to have a form send info to a cgi program, and then that program sends information back to the original page with the form on, where it can be told how to display it? Sorry, i'm having trouble understanding how they work |
|
|||
|
Re: CGI Scripts?
Ye if you want you can just use one function for example sending email? Just make a cgi script for that and the rest php, problem solved.
www.hotscripts.com is ur friend |
![]() |
| Tags |
| cgi, scripts |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| want this scripts... | skyonline | JavaScript Forum | 2 | Jun 15th, 2008 22:52 |
| Scripts | MetallicWarfare | PHP Forum | 0 | Aug 3rd, 2007 12:03 |
| need some scripts | habitatxskate | Web Page Design | 7 | Feb 12th, 2007 19:04 |
| Mail scripts | ricky1911 | PHP Forum | 2 | Dec 13th, 2005 23:12 |