You cannot post messages because this group is only available as an archive.
Description:
CGI Programming. (Moderated)
|
|
|
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 »
|
|
Using a Double-Fork in CGIC to Avoid Timeouts
|
| |
I have a CGIC program that generates reporting output on-the-fly. At times this generation can take a long time, and session timeouts occur while users wait for the page results to be displayed. To alleviate this problem, I would like to use fork(), so that a parent process notifies the user that the report will be e-mailed, while a... more »
|
|
cgi-email problem...
|
| |
...Take that script down right now! What you've described is a wide open spam tool! ...some basics of online security.
|
|
cgi.pm upload question
|
| |
Hi I am writing an upload site for my company using perl with CGI.pm. Everybody who can upload has a username password stored in a mysql database and they are authenticated everytime they run a script. Here is the problem I cant seem to get around. When somebody tries to upload a file, the authentication subroutine is not run until after the... more »
|
|
cgiemail problem with return-path
|
| |
...There's no cgiemail feature to set the envelope sender, which I assume is what the MTA is creating Return-Path from. Setting the envelope sender would likely not stop the spam filter, and in some cases (e.g. when SPF is used) would prevent the message from going through at all. These days, any time you send mail from a web form, the success... more »
|
|
Printing to the browser FIRST.
|
| |
passme Hi folks. I hope someone can help me. I've looked in all my Perl books and online and can't find a solution. I have a script in which everything in the script works fine except about half the time, the server waits until its completely finished to return any results to the browser. Ideally, I'd like the script to return something to the... more »
|
|
calling a cgi script from a cgi script OO syntax
|
| |
Hi Folks, I am an ex cgi programmer just getting back into it. I have been told to use object oriented programming on all of my programs. OK. That is fine, however I cannot find a reference to tell me how to call another cgi script in oo from my cgi script. There are tons of examples on how to get that data once the new form is called, and lots... more »
|
|
calling a cgi script from a cgi script using OO
|
| |
Hi Folks, I am an ex cgi programmer just getting back into it. I have been told to use object oriented programming on all of my programs. OK. That is fine, however I cannot find a reference to tell me how to call another cgi script in oo from my cgi script. There are tons of examples on how to get... more »
|
|
|