Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-07-01 Thread Jim Lucas
kvigor wrote: Jim, Please excuse the ignorance, I'm a newbie, but I'm only use to simple SELECT, INSERT statements. Your original code: $SQL = "SELECT * FROM my_Table WHERE CONCAT(value1, value2, value3) IN ('".join("','", $list)."') This can be broken down into smaller parts so to explai

[PHP] Anybody had luck compiling memcache with php6 ?

2007-07-01 Thread Cathy Murphy
I am trying to compile memcache 2.1.2 with php6 , but getting errors . Anybody had luck with this? Thanks, Cathy www.nachofoto.com

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-07-01 Thread kvigor
Jim, Please excuse the ignorance, I'm a newbie, but I'm only use to simple SELECT, INSERT statements. Your original code: $SQL = "SELECT * FROM my_Table WHERE CONCAT(value1, value2, value3) IN ('".join("','", $list)."') OK, I get everything up to the ('''.join(''','''$list).''') I'm guessing

Re: [PHP] mail function problem

2007-07-01 Thread Chris
[EMAIL PROTECTED] wrote: Hi, I'm running PHP 5.2.3 on Solaris 10 (AMD64). My mail function doesn't send any mail, the return value of mail function is false... But sendmail_path value is OK in php.ini, and I've tried to send a mail with sendmail on console with the same user (the apache user)

Re: [PHP] Flash / Ajax / PHP

2007-07-01 Thread David Giragosian
On 7/1/07, Ryan A <[EMAIL PROTECTED]> wrote: > but the image, when updated, is still unstable on IE while still > _perfectly_ stable on FireFox. This might be due to cacheing on IE which anyone who has messed with php online for a little time will be familier with. IE is a bitch at times.

Re: [PHP] Flash / Ajax / PHP

2007-07-01 Thread Ryan A
> but the image, when updated, is still unstable on IE while still > _perfectly_ stable on FireFox. This might be due to cacheing on IE which anyone who has messed with php online for a little time will be familier with. IE is a bitch at times... just likes the company that makes the softw