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 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...
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 am getting the permission denied error.i am using IIS6.0 web server and perl 5.8.8
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'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 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...
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 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...
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...
Hi,
I have a text file of 20 or so strings, ranging from one character to about a 20 character long string. some of them are numbers, some are alphabetical and some are special characters. no...
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....
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.
...
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...
WHAT I NEED (for example):
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<script type="text/javascript" src="js/lightbox/Lightbox.js"></script>
<script ...
Hi, guys,
I have a CGI Perl Script which runs in a Linux Server with Sendmail. This Scripts subroutine which effective sends the email, is this part below. It works fine, it is quite simple...
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...
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 ...