What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested CGI Solutions: 201 - 225 of 239
 
can any one explain to me DBM and DBI? and their difference? their uses?
Using CGI, how to process a form with attacth file, which is checked for validation and file type of PDF/TXT/DOC, and mailto/cc to? Looking for solution ASAP. Thanx :)
I have a html form containing many fields including  'username'. Sometimes users enter their username in upperase or mixcase. But I want when a user submit the form I recieve their username al...
Dear experts, I sought at http://www.davekam.f2s.com/spanish.html a goov Spanish verb conjugator. Could you please tell me how I use it in my website? Thank you in advance. Letchev
I run a server, and for some reason if I put a space between print "Content-type: text/html\n\n"; I get a 500 error, but if I type: print "Content-type:text/html\n\n"; it works. (n...
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 multiply a variable that contains a negative value by negative one.  Such as $test=(-1*$amount) where amount is negative.  I can't even get print "Test (-1*$amount)"; to work.  This ...
I am doing some in CGI programming using C. I am calling a CGI Script from an HTML page. I want to read the input,parse it (eg. Name=xx&age=34&sex=male) and create an XML document. Is there   ...
OS is Windows 2000.  Web server is Abyss Web Server X1 (v 1.2.3.0).  PHP is version 4.3.8.  I tested a sample "hello, world" script, so PHP is configured correctly.  Installed ActivePerl 5.6.1...
Recentally I moved my website from one host to another as well as changed the domain name.  After doing this my contact forms no longer worked.  I have now experience with cgi and have no clue...
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 ...
my form gives me a The requested URL /public_html/cgi-bin/FormMail.cgi was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument...
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
I need to parse the following and get only the winner:                                                              "AS READ"          SUMMATION    SUMMATION OF                       NBR ...
I am getting a 500 server error when i try to execute cgi. Here is a copy of mt httpd.conf # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the m...
There is a section in the formmail where you can have an email confirmation sent to the submitted (see $confirmation_text): ===================================   $DEBUGGING         = 0;  ...
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 am trying to run a php file upload script that has a progress bar, it uses a perl script. The file works on my linux host, but I also want to get it working on my pc (Windows XP SP2) M...
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...
We have a Miccrosoft Access based database for our promotional products company. The database is not online, but in house. We also have a website, Linux based, which contains automated order f...
Hi i want to use Oracle as mt dbms can anyone tell me the difference of using asp and cgi to connect the database through the web? the pro and cons of them?
Hi all, I haven't written code in a while and was hoping someone here might be able to help. In theory it seems pretty simply but I am not sure of the syntax. I need to parse a data text f...
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...
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...
I need to modify the attached script and form to allow for people to attach photos.  I don't need to set a maximum file size or any other criteria.  The photo should be attached to the e-mail ...