![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need some help in executing sql | sais | Shell Programming and Scripting | 0 | 05-26-2008 04:45 AM |
| HTML to csv | ganga.dharan | Shell Programming and Scripting | 3 | 01-24-2008 06:50 PM |
| html tags | dunryc | Shell Programming and Scripting | 3 | 11-29-2007 06:14 PM |
| How do I extract text only from html file without HTML tag | los111 | UNIX for Dummies Questions & Answers | 4 | 11-28-2007 04:40 AM |
| regarding html in c | phani_sree | High Level Programming | 10 | 07-07-2007 08:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
executing C through html
Hi,
I have a C programe which takes input as parameter with argc and argv and prints the output troug printf(). Now I have created one html form containnig one box and summit button. I need to attach this html with my C prog. so that I can fill the in put through box and after prssing the submit button prog should execute without running a.out on linux terminal. Could any one suggest how it is possible. Thanks,,, |
|
|||||
|
One way is via CGI (Common Gateway Interface) which is a standard for external
gateway programs to interface with HTTP servers. CGI Programming FAQ: Basic Questions |
|
|||||
|
You should also read the FAQ from the w3c organization... especially so you don't create security holes:
WWW Security FAQ: CGI Scripts |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|