[PHP-DB] If statement or something else?

2004-03-31 Thread JeRRy
Hi, Okay here is a sniplet of some code... ', '' ) FROM round2 where username = \"$sidarray[0]\""); $result = mysql_query($qr); $row = mysql_fetch_array($qr); echo $row['0']; ?> Okay what I am trying to do is this, if a person has tipped misc = y if not it's blank. Now if y I want to div

[PHP-DB] Re: If statement or something else?

2004-03-31 Thread JeRRy
With the if statement I thought the second ' ' 's meant like the else statement so if statement did not match it would output the second text? So if direction was the field and you had left and right. left = your left handed right = your right handed. so 'your left handed' , 'your right hand

[PHP-DB] Firebird

2004-03-31 Thread Alireza Balouch
It looks like firebird database is on its way to replace of mysql... its totaly free (commersial & open source) use but it isn't any php functions for that so we must use ODBC ... Dose anyone knows if PHP developpers have any plans to make som e firebird functions? :) -- PHP Database Mailing Lis

Re: [PHP-DB] Firebird

2004-03-31 Thread Ignatius Reilly
_ - Original Message - From: "Alireza Balouch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 12:25 PM Subject: [PHP-DB] Firebird > It looks like firebird database is on its way to replace of mysql... E???!!!??? How would you bac

[PHP-DB] Re: Firebird

2004-03-31 Thread Lester Caine
Alireza Balouch wrote: It looks like firebird database is on its way to replace of mysql... its totaly free (commersial & open source) use but it isn't any php functions for that so we must use ODBC ... Dose anyone knows if PHP developpers have any plans to make som e firebird functions? No need i

[PHP-DB] php, mysql security question

2004-03-31 Thread JeRRy
Hi, I have a php, mysql security question. You know how there is a way to enable/disable hot linking to your images via CPanel to allow/disallow people to link to your images from an external site? Well is there a way to allow/disable external sites connecting to a mysql via PHP? So is t

Re: [PHP-DB] php, mysql security question

2004-03-31 Thread John Holmes
JeRRy wrote: You know how there is a way to enable/disable hot linking to your images via CPanel to allow/disallow people to link to your images from an external site? Well is there a way to allow/disable external sites connecting to a mysql via PHP? So is there a way to allow only localhost acc

Re: spam: [PHP-DB] php, mysql security question

2004-03-31 Thread Doug Thompson
JeRRy wrote: Hi, I have a php, mysql security question. You know how there is a way to enable/disable hot linking to your images via CPanel to allow/disallow people to link to your images from an external site? Well is there a way to allow/disable external sites connecting to a mysql via P

RE: [PHP-DB] Firebird

2004-03-31 Thread Galbreath, Mark A
I don't think sorumor has it IBM is buying MySQL. Mark -Original Message- From: Ignatius Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 6:38 AM To: DB list PHP; Alireza Balouch Subject: Re: [PHP-DB] Firebird _ - Original Message - F

[Fwd: Re: [PHP-DB] php, mysql security question]

2004-03-31 Thread Doug Thompson
Oops. For some reason my filter concluded your email was spam and it modifies the subject line. I missed cleaning the subject line on the first reply. Here is is again in case others filter on that keyword. I apologize for the double post and possible confusion. \Doug JeRRy wrote: Hi, I

[PHP-DB] ocilogon error

2004-03-31 Thread Adam Williams
Hi, I have oracle and PHP working together on a remote server called zed that runs redhat linux. I have another computer called accessserver that runs win2k pro with PHP that I am trying to connect to oracle on zed. Both computers have the oracle client libraries installed. On accessserver I

[PHP-DB] Re: ocilogon error

2004-03-31 Thread Justin Patrin
Adam Williams wrote: Hi, I have oracle and PHP working together on a remote server called zed that runs redhat linux. I have another computer called accessserver that runs win2k pro with PHP that I am trying to connect to oracle on zed. Both computers have the oracle client libraries installed.

Re: [Fwd: Re: [PHP-DB] php, mysql security question]

2004-03-31 Thread JeRRy
Doug, No worries, thanks for the link. J --- Doug Thompson <[EMAIL PROTECTED]> wrote: > Oops. For some reason my filter concluded your > email was spam and it modifies the subject line. I > missed cleaning the subject line on the first > reply. Here is is again in case others filter on > th

[PHP-DB] to many files!

2004-03-31 Thread matthew perry
I am accumulating way to many PHP files in my home directory. It is very difficult to sift through all the files. I use a lot of "includes" and "requires" so it is difficult to organize them in folders even if I change back a directory with my requires using "..\". Does anyone know of a bette

Re: [PHP-DB] Re: ocilogon error

2004-03-31 Thread Christopher Jones
Justin Patrin wrote: Adam Williams wrote: Hi, I have oracle and PHP working together on a remote server called zed that runs redhat linux. I have another computer called accessserver that runs win2k pro with PHP that I am trying to connect to oracle on zed. Both computers have the oracle cl

Re: [PHP-DB] to many files!

2004-03-31 Thread jeffrey_n_Dyke
>I am accumulating way to many PHP files in my home directory. It is >very difficult to sift through all the files. >I use a lot of "includes" and "requires" so it is difficult to organize >them in folders even if I change back a directory with my requires >using "..\". >Does anyone know of a b