Description:
CGI Programming. (Moderated)
|
|
|
Premature End of Script Headers Mystery
|
| |
Hello all, So, I'm migrating a site from my test-server (Powerbook running Apache/Darwin BSD) to my web host and all my CGI scripts are giving me that error. The header error is also the only error that's showing up in the error_log. I've checked all the usual suspects: file permissions (775) syntax (perl -Tc is clean)... more »
|
|
CGI Problem. Help!!!
|
| |
Hi All, I am new to CGI, I thought you people might be able to help me: My HTML code: -------- <HTML> <HEAD> <TITLE> CGI Multiplication Example </TITLE> </HEAD> <FORM ACTION="[link]" METHOD="GET"> <P> Please specify the multiplicands </P> <INPUT name="m" SIZE="5"> <INPUT NAME="n" SIZE="5"><BR>... more »
|
|
system call returns return code -1
|
| |
Hi, i have a cgi file and in that i am calling the system('ls') system('ls'); its returning a return code of -1 ,permission denied. so i added apache user having permissions to execute the ls command in /etc/sudoers file. and relaced the system function with system("sudo","ls"); still i am getting the above same error.... more »
|
|
CGIEmail 403 Error
|
| |
Sorry if this was asked before, but I didn't see it. I'm getting a 403 No variable substitutions in template error through IE, but not when I use Firefox. I'm really kinda stumped here, and a bit of a noob. Here is my template ...To: *...@gmail.com ...What is your first name? [firstname] What is your last name? [lastname]... more »
|
|
0x80000002
|
| |
...Can anyone tell me what;s the meaning of this ?
|
|
cgiemail template problems
|
| |
Hi there, thanks for the reply. I did try using "productcode" for the value, but it didn't return anything at all. Here's the line from the html page with the form on it: <INPUT TYPE="checkbox" NAME="Aca'sBettyDavis" VALUE="productcode">Aca's Betty Davis<br><hr> The only thing that changes in that line above is the name,... more »
|
|
cgiemail template problem
|
| |
Okay, I have cgiemail set up at my host, and it works. But, I have a template and an html order form with over 1200 check boxes, each check box is a different product, and what I want to do is have the template email what products the customer checks off. I have everything set up, and it work except for one thing. No matter what items are checked off all I get... more »
|
|
|