Re: [PHP] PHP_AUTH_USER

2002-06-04 Thread Christopher Riordan
Set a Cookie then you can pull it out that way. PHP_Auth is based upon Cookies from what I was able to figure out. Chris - Original Message - From: "Fifield, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:59 AM Subject: [PHP] PHP_AUTH_USER > I have a b

Re: [PHP] MySQL - Creating The Database

2002-06-04 Thread Christopher Riordan
He'll Be Back, they all come back Chris - Original Message - From: "Jason Teagle" <[EMAIL PROTECTED]> To: "PHP Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:45 AM Subject: Re: [PHP] MySQL - Creating The Database > > - Original Message - > From: "David Freeman

Re: [PHP] timezone problem

2002-05-21 Thread Christopher Riordan
I had a similar issue, for a thing I'm doing for a Messageboard I am writing I need the timezones and offsets, so I compiled the best I could off different sites and info, and created a Mysql Table with all the timezones and offsets. there are duplicate offsets but since people know their TZ as di

Re: [PHP] compiling on freebsd

2002-04-24 Thread Christopher Riordan
php.net under installation there is a freebsd section. Christopher Riordan http://www.hal-9000.net - Original Message - From: "Larry Brown" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 1:30 AM Subject: RE: [PHP] compilin

Re: [PHP] SOMEONE SHOOT ME!!!

2001-04-20 Thread Christopher Riordan
ld be all set :) Chris ""Christopher Riordan"" <[EMAIL PROTECTED]> wrote in message 9bqfn3$onp$[EMAIL PROTECTED]">news:9bqfn3$onp$[EMAIL PROTECTED]... > First off get php4.04p1 second you will need to hack the module code in > apache before running confi

Re: [PHP] SOMEONE SHOOT ME!!!

2001-04-20 Thread Christopher Riordan
First off get php4.04p1 second you will need to hack the module code in apache before running configure. in src/modules/php4. edit the libphp4.modules file. and change c-client4 to c-client then rebuild apache. you should be all set then. for some reason c-client4 doesn't work. I just figured it o

[PHP] Help, can't seem to get this write

2001-01-19 Thread Christopher Riordan
I'm trying to make it so I can download the image from a given URL and rewrite it locally on the server. I can connect to the server and get the image and display it. but as soon as I write it it doesn't work, I get either an empty image or a string holder. The code is bleow. the hard coding is ju