I have a python cgi script that works perfectly at home.
gathers information from url variables and then builds an UPDATE cmd.
I basically have the two databases identically setup.
Every...
I currently have the following print statement in a cgi script working fine:
if (!$Product_Name){
$Product_Name=" ";
print "<td><A href=\"parts.cgi?RecordNumber=$loopsaround\">$Produ...
I am trying to find a more extensible way to use different CSS classes in a table depending whether the row is an even or odd road. Currently, I have the following:
if ($flag =~ m/1|3|5|7|...
I need to parse the following and get only the winner:
"AS READ" SUMMATION SUMMATION OF NBR
...
I'm not sure how complicated this is but here's what I'm trying to do. There is a tab-delimited file on my server with 1000s of categories. On my webpage, when a user clicks on a category, I w...
Hi, this is a pain in the.....
I have just launched a new version of my site but have this problem from a visitor,
If my cgi code is ran on IE7 it is fine but on Firefox it displays the pa...
Hello
I'm looking for a way to allow a user to upload a file (an image specifically) with a CGI form. Any script example in perl would be nice.
Thanks
Mike
Dear Experts
I am developing a cybermall website with plenty of
cgi scripts to handle forms inputs.The cgi scripts
are witten in perl language .I have just downloaded
the perl interpreter...
How do I set PST time zone for NMS Guestbook?
Is it true that the web technology readily available with most commerical webhosting serviices (i.e., GoDaddy, etc) is CGI/bin? And, can they can host web applications written primarily in C...
hello I found the following env variable
HTTP_ACCEPT_ENCODING=gzip
when browsing with netscape and
HTTP_ACCEPT_ENCODING=gzip, deflate
when browsing with IExplorer.
What is t...
I was trying to setup win2k with Perl and done that successfully. The reason I did that was to run ASSP(an open source spam filter http://assp.sourceforge.net/ ) I followed the instructions an...
I am having problems making a simple cgi program work. The page waits for 20 seconds, then only displays Output from CGI:
Environment:
XP (SP3), IIS 5.1
Page T1.shtml:
<html><head><tit...
Hi all,
I written a small test cgi script to create a basic webpage but the script can't find the image even when I put the image in the cgi folder. The table displays correctly but the i...
I can't find a simple CGI credit card validation checker anywhere. Surely someone here can do it in a flash, all Regex? I just want to set an error if the CC number does not pass a basic, si...
Hello Experts,
I have already one mail system in which I want to make some modification.
System developed using CGI Script Language. In that system it sends plain text mail. But now I. want ...
Hello Experts,
I have a small php script which actually increment a counter on every hit on the page, becuase it is a php script I cannot include in a .cgi page(perl).
Please can someone he...
I am writing a script using Perl and wish to pass the script a parameter. I also want to use the script as a server side include, for instance: <--!#exec cgi="/cgi-bin/test.cgi?datafile"-->
I...
I have a cgi script that sends emails. When I run it from SSH it works fine, I've checked it using perl -wc too and found no syntax errors. So I know it is not an ASCII upload problem.
I've...
Setup: web server residing on NT file server.
Question:
I'm trying to generate a web page using a simple batch file. However, the problem I'm running into is in echoing a blank line to the ...
How can I find out what position a certain item is in an array?
For example:
@fruit = ("apple", "orange", "pears", "grapes");
How could I tell that "pears" is @fruit[2] ?
Many ...
I'm trying to build a CGI script that will load an image. Ultimately, the image will be created dynamically, but for now just trying to load a 'static' image.
I've got one CGI script that has...
Hi
I am looking for some help with receiving files in an incoming https request to a URL. The request contains an XML file that is being sent to us. In essence I need to create a URL on ou...
In my cgi program (written in C) for the guestbook of my homepage, several lines of codes are listed below:
:
printf("Content-type: text/html%c%c",10,10);
len=atoi(getenv("CONTENT_LE...
Hi all,
I want to search a character or word within a string how can i do that? e.g.
I have a string like 'goldencentre' r 'golden centre' and i want to determine whether this string conta...