Hi everyone,
Can anyone please tell me what the problem is with this code?
Every time I run my program with this code in it, I get an error in the log
files:
DBD::mysql::st fetchrow_array failed: fetch() without execute() at
IWeb/sqlengine.pm line 3395.
sub SQL_Is_Sponsor {
my ($link_id) = @_
Hello everyone,
I have a program that uses "O_RDONLY" extensively.
After upgrading to Perl 5.6.1, every time this program is run, I see errors
in the log files similar to this:
Argument "O_RDONLY" isn't numeric in subroutine entry at
/usr/local/lib/perl5/5.6.1/i386-freebsd/DB_File.pm line 259.
Ca
Why?
Thanks.
Teddy Center: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]
- Original Message -
From: "Hytham Shehab" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 26, 2002 2:26 PM
Subject: Re: Running CGIs offline
> MicroWeb is great tool, but:
> i think it is not a goo
> I've seen why it is a good idea to deny uploading files on the server if
> this is not necessary using CGI.pm.
>
> Well, what happends if someone tries to upload a file on the server with a
> fake form, if I am not using CGI.pm in that script?
If the true form is within your site, then, you ca
Good to hear.
In general file uploading occurs when the browser "tacks" on a specific
request header and the data for the file. Therefore, any request may
*attempt* to upload a file.
The real key is whether or not there is something on the other end
(server side) that will handle the request
I don't have any other browser because they are not too accessible for the
blind.
I think I will try with lynx and links under Linux.
Teddy Center: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]
- Original Message -
From: "Wiggins d'Anconia" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent
Hi all,
With your precious help I finally succeeded to create that script that
downloads a file then deletes the file from the server.
In Windows works pretty strange because it takes a long time to delete the
file, but it doesn't matter at all.
I won't use it in Windows anyway.
I have a questi