RE: [PHP] Why doesn't this simple query work?

2001-07-25 Thread Brave Cobra
True, that's because mySQl doesn't understand it without the signle quotes, or any descent database for that matter. BC -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: woensdag 25 juli 2001 22:12 To: [EMAIL PROTECTED] Subject: Re: [PHP] Why doesn't this simple query

Re: [PHP] PWS setup with PHP

2001-07-20 Thread Brave Cobra
2 can configure your Xitami webserver to run PHP. No extra configuration necessary. Brave Cobra - Original Message - From: "Minardi boy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 11:23 AM Subject: [PHP] PWS setup with PHP > I'm des

Re: [PHP] php3 and php-4.0.5

2001-07-04 Thread Brave Cobra
Depends of course of which server you use. Which one is it? Brave Cobra - Original Message - From: "Ramón Alvarez Rayo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 8:01 PM Subject: [PHP] php3 and php-4.0.5 I had some sites that

RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-29 Thread Brave Cobra
Remember that the cgi version does not support PHP authentication. the DLL version does! Brave Cobra -Original Message- From: Bernie Kruger [mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP crashing IIS 5 on Wnidows 2K I had

Re: [PHP] $REMOTE_ADDR error

2001-06-27 Thread Brave Cobra
RVER_VARS["REMOTE_ADDR"]; $host = @gethostbyaddr($HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"]); } else $ip = $HTTP_SERVER_VARS["REMOTE_ADDR"]; $host = @gethostbyaddr($HTTP_SERVER_VARS["REMOTE_ADDR"]); } Brave Cobra - Original Message - From: &qu

RE: [PHP] Authentication

2001-06-26 Thread Brave Cobra
ye Micro$oft...) Apache service starting automatically (with PHP 4.0.6) MySQL access through PHP and I'm off testing my website locally. The only thing I have watch out for, are document roots and connection strings. Thanks for the info (spared me from wasting time to get it to work under IIS

Re: [PHP] Authentication

2001-06-26 Thread Brave Cobra
er to show :) However the authentication part (in my script) was never triggered, due to the fact that IIS couldn't find the page anymore, if the ISAPI dll was used. Though luck! So, people, when using PHP authentication, please use a Linux box!!! The windows version doesn't really work (a

[PHP] Authentication

2001-06-25 Thread Brave Cobra
igure my IIS to get PHP working with PHP authentication? tnx Brave Cobra -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] security

2001-05-21 Thread Brave Cobra
With the Safe Mode on, no files outside the document root(defined in the php.ini) are being handled. - Original Message - From: "Ker Ruben Ramos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 2:01 AM Subject: [PHP] security ey guys, what are the functions th

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
en't got time to try it at the moment. > > James. > > > > What am I doing wrong here? > > Is there a way to get around the temporary folder? > > > > Tnx > > > > Brave Cobra > > > > > > > > -- > PHP General Mailing List

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
! BC - Original Message - From: "Brave Cobra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 12:52 PM Subject: Re: [PHP] Image Upload?? > Maybe I ought to mention that I don't have direct access to this server. > It's a F

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
Maybe I ought to mention that I don't have direct access to this server. It's a F2S account, I'm trying to upload to. BC - Original Message ----- From: "Brave Cobra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 10:01 AM Subje

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
Done that, doesn't work! Brave Cobra - Original Message - From: "Toby Dacre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 3:29 AM Subject: Re: [PHP] Image Upload?? > > chmod the file or directory so that php can acc

[PHP] Image Upload??

2001-05-15 Thread Brave Cobra
Warning: SAFE MODE Restriction in effect. The script whose uid is 177909 is not allowed to access /tmp/php9ex7F1 owned by uid 0 in /auction/upload.php3 on line 68 What am I doing wrong here? Is there a way to get around the temporary folder? Tnx Brave Cobra