I'trying to query the media searchengine of www.amazon.de. the searchform (html) is pretty simple and looks like this:
<form method="post" action="http://www.amazon.de/exec/obidos/search-ha...
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...
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 ...
Hello Everyone,
I am trying to write a cgi program and want to start of by first testing a hello world program. I know the script is right but when I try to run in my IE browser it says 'In...
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 ...
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