![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Jul 2009
Webmaster Discussions: 2
Rep Power: 7 ![]() |
Anyone have CGI experience willing to help me out?
Code:
#include <stdio.h>
int main(void)
{
int ch;
while ((ch = getchar()) != EOF)
putchar(ch);
putchar('\n');
return 0;
}
fails @ http://bit.ly/2jooFR it also fails when running it via terminal. I'm sure I'm doing something stupid. The reason I need this is we have several CGI scripts in C written and I need to call via my PHP scripts, but first I need to make sure I can even run CGI scripts in C on my server CGI in Pearl works, http://www.attendview.com/phptest/hello.pl Code:
#!/usr/local/bin/perl # hello.pl -- my first perl script! print "Content-type: text/html\n\n"; print "Hello, world!\n"; |
|
|
|
|
|
#2 |
|
Join Date: Aug 2008
Location: Texas
Webmaster Discussions: 501
Rep Power: 21 ![]() ![]() ![]() ![]() |
Re: Noob CGI user Question
I am not sure why your script is not running, but try the one posted here.
__________________
Be sure to click the reputation icon to give rep to the person who helped you. For web design/development services, check Silentium Designs. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Jul 2009
Webmaster Discussions: 2
Rep Power: 7 ![]() |
I didn't know that I had to compile the script as cgi.
http://shaiperednik.com/2009/07/cgi-scripts-basics/ Again, noob mistake. Thank you! |
|
|
|
![]() |
| Bookmarks |
| Tags |
| cgi, noob, question, user |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Webmaster Discussions
|
||||
| Thread | Webmaster Discussion Starter | Forum | Replies | Last Post |
| php noob needs help | rebz01 | PHP Forum | 6 | 10-20-2009 05:49 PM |
| want to echange links noob here need help | zrohder | Link Exchange | 0 | 08-13-2007 06:28 AM |
| guestbook help (noob) | Trinthakis | CGI Perl Forum | 1 | 12-05-2005 05:04 PM |
| Noob coder | deadfinger04 | HTML Forum | 2 | 08-10-2004 02:29 PM |
| What do you think of my site... (noob) | interpim | Show it off! | 1 | 06-11-2004 04:06 PM |