Re: [PHP-DB] Re: PHP IDE

2002-02-23 Thread ACEAlex
I use homesite just to tag the functions in different colors - Original Message - From: robert janeczek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 23, 2002 8:59 PM Subject: [PHP-DB] Re: PHP IDE After spending two frustrating hours tracking down a bug yesterday -

Re: [PHP-DB] selecting question

2002-02-21 Thread ACEAlex
- From: ACEAlex [EMAIL PROTECTED] To: William Fong [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 3:33 PM Subject: Re: [PHP-DB] selecting question : As i discribed (or did i??) building_info is for the different types of : buildings. Buildings are for those who

[PHP-DB] selecting question

2002-02-20 Thread ACEAlex
Hi i have trouble with this mysql query. OK, i have 3 different tables. Tabel 1: building_info id name price and other table 2:queue id building_id table 3:buildings_built building_id Ok, now i want to make a query that gets the data from building_info where it is not pressent in the queue and

Re: [PHP-DB] selecting question

2002-02-20 Thread ACEAlex
=3 should get Smaltvark And so on :) Thanx again for responding /Alexander - Original Message - From: Markus Lervik [EMAIL PROTECTED] To: ACEAlex [EMAIL PROTECTED] Cc: php-db [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 2:31 PM Subject: Re: [PHP-DB] selecting question On Wed

Re: [PHP-DB] selecting question

2002-02-20 Thread ACEAlex
I could make a rutine in php to make it work but i want to make the datagrabbing thing in mysql :( - Original Message - From: Rick Emery [EMAIL PROTECTED] To: 'ACEAlex' [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 6:25 PM Subject: RE: [PHP-DB] selecting question I'm still

Re: [PHP-DB] selecting question

2002-02-20 Thread ACEAlex
] - Original Message - From: ACEAlex [EMAIL PROTECTED] To: Rick Emery [EMAIL PROTECTED]; php-db [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 12:53 PM Subject: Re: [PHP-DB] selecting question : I could make a rutine in php to make it work but i want to make the : datagrabbing

Re: [PHP-DB] selecting question

2002-02-20 Thread ACEAlex
for then? They seem to be identical. -- William Fong - [EMAIL PROTECTED] Phone: 626.968.6424 x210 | Fax: 626.968.6877 Wireless #: 805.490.7732| Wireless E-mail: [EMAIL PROTECTED] - Original Message - From: ACEAlex [EMAIL PROTECTED] To: William Fong [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

Re: [PHP-DB] addslashes()

2002-02-07 Thread ACEAlex
Try $Notes = addslashes($Notes); You where almost right :) /Alexander - Original Message - From: Todd Williamsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 11:32 PM Subject: [PHP-DB] addslashes() I have a Notes field where users can add notes. Now,

Re: [PHP-DB] addslashes()

2002-02-07 Thread ACEAlex
/a it will look like friend\\\'s Friends(link) . Acealex [EMAIL PROTECTED] wrote in message 002001c1b027$ec33b7b0$e4d22fc2@acealex">news:002001c1b027$ec33b7b0$e4d22fc2@acealex... Try $Notes = addslashes($Notes); You where almost right :) /Alexander - Original