Hello,
How can I save a CGI session to a db. I have only seen an example to a
filehandle in the documentation.
$query->save(FILEHANDLE)
Thanks.
--Kevin
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Eureka!
In fact I tried every method, but, as the examples didn't really
correspond to my problem, I don't know if I did it well. Anyway nothing
worked!
I talked with one of my friend who finally explained me he had been
confronted to the same problem. At the beginning of my script I had wri
If I am understanding correctly you should be able to just look for the
first blank line following the header. This is part of the SMTP spec,
the header is always concluded with a blank line that signifies it is
ending and the actual message is beginning.
http://danconia.org
[EMAIL PROTECTED]
The correct line does not have "double back slash".
I use the line as the first line of my CGI script:
print "Content-type: text/html\nSet-Cookie: PS=$PS;\n\n";
and it works fine.
[]´s
Ricardo
> - Mensagem original -
> De: Ricardo Luiz Chamberline Maturana
> Enviad
Thank you, it worked like magic. I'll have to read my
Javascript book now so I know what it means.
Maureen
-Original Message-
From: Bob Showalter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 12:11 PM
To: 'Maureen E Fischer'; [EMAIL PROTECTED]
Subject: RE: setting curser po
I find wih IE alot of the times when you specify a domain it can be very
glitchy...
Trevor Wilkes
- Original Message -
From: "Robin Cragg" <[EMAIL PROTECTED]>
To: "'aman cgiperl'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 11:04 AM
S
I use the line:
print "Content-type: text/html\\nSet-Cookie: PS=$PS;\\n\\n";
and it works well.
[]´s
Ricardo
On Tue, 1 Oct 2002 21:56:31 -0700 (PDT), [EMAIL PROTECTED] (Patricia
Hinman) wrote:
>Hi everyone,
>
>It's my first day studying sockets. I'm having
>trouble getting the script on my server to initialize
>itself because I don't have a shell account for my
>website. Can I initialize the Socket on
Hi Aman,
I've had exactly the same problem. I strongly suspect it's an IE thing.
I've not found a way round it other than looking at the HTTP_REFERER and
removing cookies from pages that had not come from my site.
R
-Original Message-
From: aman cgiperl [mailto:[EMAIL PROTECTED]]
S
Note: forwarded message attached.Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!--- Begin Message ---
Hi. This is the qmail-send program at onion.perl.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it di
On Wednesday, October 2, 2002, at 08:26 AM, aman cgiperl wrote:
> I am not using CGI.pm
I don't mean to be offensive here, but why would you not use a standard
Perl module that's only purpose is to make coding CGI easier?!
James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Hi all
I need to set a cookie which expires when the browser is closed.
I am not using CGI.pm
My earlier query for the same for responded by telling that if I am using
CGI.pm, I can do so by omitting the expiry date, but if I do so, when I do
print "Set-Cookie: cart=$cart domain=.domain.com\n";
Hello
I wrote a script that creates dynamic html. I validated the resulting html
code with W3C and it couldn't validate it because it didn't detect the
character encoding. I added the meta information to the header with
the -meta argument:
$q->start_html( -dtd => '-//W3C//DTD HTML 4.01 Transitio
13 matches
Mail list logo