Re: [PHP] Database Preference? -- Manuel, Michael, Miles

2001-08-30 Thread James Potts
Manuel, Thanx again for your help. I will check it out this evening. Sounds like you're a busy man. ;-) Keep up the good work. James Potts "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > James Potts wrote: &

[PHP] Re: A Separate Process?

2001-08-30 Thread James Potts
s * of its children and doesn't want to have them become * zombies and clog up the system. With System V all we * need to do is ignorre the signal. With BSD, however, * we have to catch each signal and execute the wait3() * system call. */ if (

Re: [PHP] Database Preference? -- Manuel, Michael, Miles

2001-08-30 Thread James Potts
e able to check metabase out later this evening. If it can handle the above native database language, I think it will be an asset, especially for some of our older applications. Thanx again, James Potts "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTE

[PHP] Re: im puzzled

2001-08-29 Thread James Potts
SELECT uid FROM users WHERE uid NOT IN (SELECT uid FROM picks) HTH, James Potts "Jeremy Morano" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi , > > this is my query > > SELECT users.uid FROM users, picks WHERE us