I am writing a perl script that sends the parameter results from an HTML form to another HTML page. What is the best way to extract the value for "id" in the "addedit.html" page? I have show...
Hi,
I have cgi/perl script while invoking it through html it is downloading, it not executing the cgi/perl script?I am doing a mini search engine?
The html file name is search...
I have a perl script to get a database value and print on browser.This script is running successfully Linux Server.But when i run this script in windows server it gives HTTP header error.i use...
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 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...
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 am getting the permission denied error.i am using IIS6.0 web server and perl 5.8.8
Am a perl CGI beginner. Am running this script on a windows OS with ActivePerl and using Apache Tomcat 6.0.
The error I get is -
Status: 400 Bad request (malformed multipart POST) Content-...
I'm just trying to troubleshoot a perl problem for a client - it won't work on our server - gives error 500's.
I've check the error log and the error message was "Premature end of script he...
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 currently have a cgi script that displays a listings of products found in a tab delimited text file database. How do I limit the amount of characters displayed to 50 characters instead of d...
I have a website setup through LunarPages and use Verotel as my user/password manager.
I was having some problems (that's a whole other story) and I did some changes in the files.
I've fin...
I have taken over the hosting of a new website and need to redirect the existing pages that may be in Google or saved by users as the directory structure has changed:
Old format: http://www...
this source :
<br><a href='http://www.oracle.com/technology/obe/11gr1_db/appdev/php/files/errors.php' class='link_small'>http://www.oracle.com/technology/obe/11gr1_db/appdev/php/files/errors....
Hello Experts,
I am trying to show list of available colors for the product. I am saving comma separated names in the database field and all I wanted is to split by comma and make the color...
I tried to set a cookie by, this method first
#!/usr/bin/perl
use CGI;
$cgiCkie = new CGI;
$fut_time=gmtime(time()+365*24*3600)." GMT"; # Add 12 months (365 days)
$cookie = $cgiCkie-...
I'm hosting a website that is using .pl in a form, and when you try to submit the form it doesn't work. It returns a Connect Error. I checked the file association and the connection to the mai...
My Log file is filling up with the following error:
[Sat Jul 12 06:07:34 2008] [error] [client] Use of uninitialized value in concatenation (.) or string at featuredProducts.cgi line 376.
...
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...
I uploaded FormMail.pl to the cgi-bin (host globat.com) but the form does not work. This is the URL with the form on it. http://www.eventsfor2.com/ef2main/index.html.
I previously uploade...
Hi,
I have got a file download script from the internet which is attached below. The script gives a bad file descriptor error message on line 11 when trying to assign the file parameter to ...
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 want to pass form data, but not have my page taken to the CGI script.
Is it possible to have CGI run in the background, possibly in another window that doesn't take focus away from the wind...
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...
I need to have an application written on a web page that confirms a user is logging in from their system authorized MAC address. (note:They may be using devices other than pc computers). The...