Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CGI Solutions: 151 - 175 of 292
 
Hi, I need to understand how login session works. I have a webpage on IIS that has asks for login and password. This info is sent to a perl script that connects to sql database and check if lo...
Experts, I'm trying to output a graphic generated on the fly using Imagemagick for perl module. Heres the html where I call imagemagic.cgi script: <img src='imagemagic.cgi'> And he...
I have a form on my website www.online4products.com that calls www.online4products.com/cgi-bin/formmail.pll. It is a standard email script that hundreds of thounds of people have used , but...
Please could someone help me with the configaration of the following script, I am using an easyspace.com server and they and provided this script for sending forms to email. I have tried follo...
I'm using this function to replace the leading spaces from a form before it is submitted: function checkform() { document.comment_login.simple_search_string.value.replace(/^\s*/, ''); al...
I maintain some CGI driven C++ web applications hosted on an Apache/1.3.33 linux webserver. The input parameters from the HTML input form are POST'ed (via the QUERY_STRING) from the client b...
I have an embeded flash form and Im using usr/bin/perl to send and email. this is my script that is processing my email that is coming back blank #!/usr/bin/perl print "Content-type:text/h...
Hello, We are moving our website from a linuix server to a windows 2003 server. One of our forms uses formmail, but when it access the file You can see the form at: http://208.109.190...
Might be in a wrong section but how can you go about creating the authusers file using Apache? First of all, how can you find out the version of Apache? I'm not too sure what version I have. B...
Can anybody please convert this shell script to Perl PLease
Hi,            I have a basic html file(Searchengine.html) which has a link to perl script it is giving the following error. [Mon Jun 30 18:13:49 2008] [error] [client 127.0.0.1] (8)Exec f...
I'm trying to port a web application from a Sun machine to Windows NT, and because of numerous shell scripts that get used in the generation of GMT files while someone is browsing on the websi...
Hi There, I am creating a used car based system for a car dealership. They would like the ability to create pdf's on the fly from records that they have entered into a mysql database. ...
I have been trying to get  a feedback form up and running for a new Flash website, using the FormMail cgi script and actionscript 2.0 Over the past two days I have been through every possib...
I'm using formmail.pl to email me questions from a simple form on a website.  It works fine but it stamps the emails an hour in front of GMT.  The email comes in with the correct "Sent" and "R...
I am getting the permission denied error.i am using IIS6.0 web server and perl 5.8.8
I tried the following CGI use csh, it return server error. If I changed the first line to "#!/bin/sh" , it worked. Why??? #!/bin/csh echo Content-type: text/html echo echo hello
can any one explain to me DBM and DBI? and their difference? their uses?
There is a section in the formmail where you can have an email confirmation sent to the submitted (see $confirmation_text): ===================================   $DEBUGGING         = 0;  ...
Experts, We have a script which emails various details to our domain registration provider.  The email is basically a template which they then process. Our domain registration provider h...
Hi: My Server is a Linux Centos Server, with Apache, Sendmail, etc. I need a simple Script (it could be in Bash, there's no need of a CGI program) to be executed at command line. It shou...
I have a page that is basically one form. Each horizontal section contains a checkbox and a textarea. I have a .py script creating the hmtl based on the assignments for the user. So it is di...
Can anyone shed some light on this error showing up in my website error log and how to fix?  The cgi script is in the web directory but it looks like its trying to open it from the usr/ direct...
Hi, Do anyone have a simple image resize script made in CGI pearl that can resize images without loosing its quality?
I'm looking for some examples of binary file upload, both from the html form side and the CGI (perl) side. Has anyone found a clever way for the client to browse the local file system throug...