Hi,
I have a series of cgi pages (totally work in IE) that generate valid 4.01 html and a client running safari only sees the html text. I reduced the cgi code to the bare minimum and it st...
Hiya
I just tried to do this for the first time...
include('hostpay/index.cgi');
I aint worked with CGI much so I am not sure if it is possible to include it in a similiar manner or sho...
Hi, just wondering how I can set a timer / timeout in Perl5.
I'm looking to create web-content on the fly. Something where, for example, every 10 seconds, I can reload the existing page with...
Hi there, I'm a bit of a Perl newb so hopefully you'll find this a little simpler than I am.
I want a visitor to be able to check boxes and fill in their name/address to request particular ...
One of my clients is currently using LWP:UserAgent to fetch HTML from another site. He's having a problem because the image is too large for his site. When we change the HTML to reduce the s...
Date manipulation: how to add/subtract date? i need to add/subtract a date and get a result date. for example (anydate) + 1 = ? (anydate) - 5 = ?
Ok guys, not sure if this should be posted here or another place. But I have a Webserver set up in my basement, hosting a few of my customers web-sites. Now I program in perl, and am using a...
I'm trying to use GroupAgent to group together the FireFox 1.x browsers. However, Webalizer seems to cut the Referrer string and thus does not show enough to determine that the browser is Fire...
Hello,
I am currently running a perl script for the web and need it to run with sudo.
Here's how the code starts
________________________________________
#!/usr/sbin/sudo /usr/bin/perl...
Hello guys,im new to perl so i got a small problem here.Glad if anyone could help.
Im building a personal search engine and i would like to use double quotes to get the exact word/words.I got...
Experts,
I am trying to get the number of days between two dates, ie;
2007-01-30
2007-03-30
I will then use this to carry out a while loop.
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 -
Have several scripts in php and perl that need to run at one minute intervals for housekeeping purposes -
have been running these scripts as cron jobs on current host at one minute inte...
Hello, am trying to fix an old S-mart shopping cart installed in the late 90's :) I haven't done much CGI programming so I was hoping someone could spot my problem here.
The error I am get...
I can't for the life of me figure out why I am getting a 500 error here.
http://bit.ly/88LnZ
Permissions look good, I really don't see it. Thoughts?
I m using coldfusion and i use cgi.remote_addr to capture the IP address of the remote user. But this information is insufficient if the remote users are sharing IP address. Is there any way t...
I am having troubles getting some variables with my login script.
It just post to itself. I cannot seem to get the username var and the password var.
Please help!
Here is the script...
I am trying to get FormMail to work properly. It seems very easy.
Here is a test link:
http://www.summitre.com/atherton_contact_us.htm
Here is the text of the FormMail.pl file: (the ...
I try many times to run cgi scripts.
I located cgi script in "scgi-bin".
then I add the folloing in "/public_html/.htaccess"
AddModule mod_cgi.c
AddModule mod_alias.c
<IfModule mod_ali...
Hi Experts
What is the chmod command to use to set the permissions for new file created.
For example: I use the cp command to create a file. This file doesn't have execute premissions th...
how do i get perl to display rthe result of the sql:
$uidpwd = $FORM{'username'}."/".$FORM{'password'};
$stuid = " select spid,surname,forename,userid,faccode,course,slotday,tpid" .
...
Hi!
I am a perl newbie and I have a simple little program that displays a form text area. I want the the CGI to display what Ive typed exactly as I have typed it. What I have now just display...
Hi,
I've had some web developing experience with ASP but none with CGI/PHP. So I'm finding the transition from ASP to PHP somewhat difficult.
I'd like to clearly understand the the CGI ...
I have generated web service server side code using the gsoap tool from a simple c++ application. This has created a c++ executable which I have name simple.cgi and placed in the /usr/lib/cgi-...
I have a web form that collects data via CGI and a perl script that is supposed to email the information back to me.
I receive the email, but only the variable labels, no data.
Here is t...