Re: How to set a cookie in PHP

2003-10-08 Thread Greg Bolshaw
Deepesh Nambiar wrote: I am trying to set cookie in PHP but I am getting this error. Any idea? Warning: Cannot modify header information - headers already sent by (output started at /home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in /home/stringin/public_html/blog/blogs/smart/checku

How to set a cookie in PHP

2003-10-08 Thread Deepesh Nambiar
Hi I am trying to set cookie in PHP but I am getting this error. Any idea? Warning: Cannot modify header information - headers already sent by (output started at /home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in /home/stringin/public_html/blog/blogs/smart/checkuser.php on line 25

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> Great, I got the use lib to work but where is the directory > for these modules you mentioned (on linux): > Cool. > > No you wouldn't not if you install it via cpan (IE it's in > a standard > > directory already in @INC) Same with any other module, Net::SMTP, > > Mail::Sender, > > I did

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> > #/usr/bin/perl > > use strict; > > use warnings; > > use WhateverTheHeckICallTheModule qw(emailx); > > > > emailx({ > > ip => '1.2.3.4', > > to => '[EMAIL PROTECTED]', > > fr => '[EMAIL PROTECTED]', > > sb => 'Inquiry Response Request', > > ms => $emailme

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> I understand what you are saying but I would have to include > the path, the @INC thing, to the "use > WhateverTheHeckICallTheModule qw(emailx);". > No you wouldn't not if you install it via cpan (IE it's in a standard directory already in @INC) Same with any other module, Net::SMTP, Mail::S