Hi,
In my WIN Nt, i have a Apache server running and there is a CGI
perl application located in a separate folder (c:\mycgi) other than
the default apache cgi-bin folder. In httpd conf file, i changed the
document root as well as stanzas to point to c:\mycgi.
The problem is when i run the cg
Greetings !.
I have some problem with executing a SQL update statement while updating
multiple records at a time.
I have tried different ways but it is udating one a single (first) record.
The same sql statement works perfectly when run directly on the MY SQL
prompt.
The code i have used are
Greetings !.
I have some problem with executing a SQL update statement while updating
multiple records at a time.
I have tried different ways but it is udating one a single (first) record.
The same sql statement works perfectly when run directly on the MY SQL
prompt.
The code i have used are
Thank you for the reply ...
When out to Netscape and noticed the when they referenced language for
Javascript they added *text/* ...
I added that
I had tried the path you suggested previously (along with SEVERAL OTHERS)
but had not included *text/* to the language ...
The following works .
Can any one help with this error message ... What is it trying to tell me ?
Any suggestions as where to look ?
I found a vague ref. to LD_LIBRARY_PATH and tried setting that in BEGIN
- $ENV{LD_LIBRARY_PATH} .= ':/ITP_Billing/cgi-bin/Library/JavaScripts';-
to no avail ...
-Original Messag
Thanks Curtis ...
-Original Message-
From: Curtis Poe [mailto:[EMAIL PROTECTED]]
Sent: July 05, 2001 15:27
To: CGI
Subject: RE: Opening HTML file from PERL
--- "Moon, John" <[EMAIL PROTECTED]> wrote:
> Don't know if this will help but I am doing something similar
>
> ...
> use strict;
Hello Everybody
Here is the code
print"Content-type:text/html\n\n";
read (STDIN, $data, $ENV{'CONTENT_LENGTH'}); #$data = Buffer which holds
the
querystring
@info = split(/&/, $data);
foreach $pair(@info)
{
($name, $value) = split(/=/,$pair);
$value =~ tr/+/ /;
$value =~ s/%([\dA-Fa-f] [\dA
--- "Moon, John" <[EMAIL PROTECTED]> wrote:
> Don't know if this will help but I am doing something similar
>
> ...
> use strict;
> no strict "refs";
>
> ...
> my %DISPLAY = (
> # *form value* => *sub name*
>10 => 'Personnel',
>20 => 'DataCom',
>80 =>
Don't know if this will help but I am doing something similar
...
use strict;
no strict "refs";
...
my %DISPLAY = (
# *form value* => *sub name*
10 => 'Personnel',
20 => 'DataCom',
80 => 'Unisys',
30 => 'IBM',
100 => 'Unix',
If you paste a little code into your email we may be able to give you better advice.
The most common way though would be to use a "here" document inside of the script like
so:
if (your_condition eq 'T'){
print <
Your Page
etc... other HTML here
EOF
}
Hai Everybody
Iam new user to PERL and Iam now doing a small project. In
my project, HTML form values such as username and password are validated
in a Perl file and depending upon the validation result, I'll be
dispalying a new HTML file.
My doubt is How to display a HTML file from a
What kind of "script?"
-Original Message-
From: "qing wang"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Thu Jul 05 10:56:43 PDT 2001
Subject: how to write in access database
>
>Hi,
>
>anyone know how to write in access database using script?
>Thanks for any information.
>
>Qu
>
>
>
>
Back from vacation only a day and already I feel the love in this place (-8
-Original Message-
From: "Brett W. McCoy"<[EMAIL PROTECTED]>
To: "Greg Jetter"<[EMAIL PROTECTED]>
Cc: "Steve Howard"<[EMAIL PROTECTED]>, "RL Autry"<[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Date: Thu Jul 05 09:57:09
Hi,
anyone know how to write in access database using script?
Thanks for any information.
Qu
___
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addr
--- Greg Jetter <[EMAIL PROTECTED]> wrote:
> Well you found one here , I've worked with it since the first version , in
> fact I work with it daily , it's how I earn my daily bread. You can not
> separate it's shortcommings from the question posed about UID . I see you
> offered no advice
On Thu, 5 Jul 2001, Greg Jetter wrote:
> My stance on O/S's is use which ever one does the job your trying to
> accomplish. Same with Scripting langauages or hardware. Just what is your
> problem bud ? Instead of attacking me why don't you sugest how this problem
> might be resolved ? do you
On Wednesday 04 July 2001 20:36, Steve Howard wrote:
> I would think this is hardly a place for this type of editorial comment on
> OS. Without even trying to answer this question, I will say that Windows
> does provide a good environment for development. I have found few people
> who have tried m
This is just an FYI on uid:
uid is the User ID number. It comes from the /etc/passwd file on unix
systems. Each person who has a login has a UID and a GUI (group ID #)
in the passwd file.
HTH
#
#We have a problem with many of our cgi requiring a "uid"
#which in this case doesn't exist because
correction.
doesnt seem to work on the linux box. ftpd seems to unlink the existing file.
i cant see how this producer/consumer problem can be solved without getting the
producer to co-operate.
the problem here is that the ftp daemon writes to the file. unless he hacks
the code there is no wa
Windows 2K has NTFS (NT File Security) which can be enabled on your server. You can
set it to protect drives, files, and folders. There is an "Everyone" group in Win2k
Users, that might be the group that includes people trying to access the site. You
can lock down the Everyone group and then
Hi,
I thing, you have to put in the html file, the web server relative path
and not the Unix/Linux absolut path ( eg.
http:/your-web-server/cgi-bin/your_script )
The rigth place to put the cgi script in Apache is the directory /cgi-bin/
referenced in http.conf
I hope this if enough.
Ciao Paolo
I've had problems similar to this, they were caused because I had the
absolute path to the file wrong
-Original Message-
From: Michael P. Carel [mailto:[EMAIL PROTECTED]]
Sent: 23 June 2001 23:16
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: cgi help
> Hello Michael,
Hi Maxim
Hello Michael,
Sunday, June 24, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote:
>> MPC> Hi there, Is there any one who can help with my problem regarding
MPC> perl
>> MPC> cgi's.
>> MPC> I've encountering problemwith my webpages when i execute my cgi prog,
MPC> heres
>> MPC> my error messages
> Hello Michael,
Hi Maxim,
>
> Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]>
wrote:
>
>
> MPC> Hi there, Is there any one who can help with my problem regarding
perl
> MPC> cgi's.
> MPC> I've encountering problemwith my webpages when i execute my cgi prog,
heres
> MPC> my error mes
Hello Michael,
Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote:
MPC> Hi there, Is there any one who can help with my problem regarding perl
MPC> cgi's.
MPC> I've encountering problemwith my webpages when i execute my cgi prog, heres
MPC> my error messages in my page:
[...]
M
It is most likely the missing first line :
make sure you print this as the first line of the output
print "Content-type: text/html\n\n";
then comes your HTML output
or better yet use the following:
use CGI;
my $q=new CGI;
print $q->header;
read about the CGI module by typing
perldoc CGI on y
Hi there, Is there any one who can help with my problem regarding perl
cgi's.
I've encountering problemwith my webpages when i execute my cgi prog, heres
my error messages in my page:
Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
yo
Sage,Fliptop & Anton,
Thanks For Your Suggestions .. I will try doing the Same ..
Best Regards,
Madan.
"Sage, Christian" wrote:
> Madan,
>
> since you're on Linux the suggestion fliptop made is what I'd try as well. Were you
>on a Win32 platform you'd have much more direct control ov
Madan,
since you're on Linux the suggestion fliptop made is what I'd try as well. Were you on
a Win32 platform you'd have much more direct control over the spreadsheet. I regularly
do all sorts of fancy things with Excel spreadsheets through Win32::Ole. What you end
up doing there is making Pe
30 matches
Mail list logo