php-general Digest 2 Jul 2007 00:06:55 -0000 Issue 4879

2007-07-01 Thread php-general-digest-help
php-general Digest 2 Jul 2007 00:06:55 - Issue 4879 Topics (messages 258021 through 258024): Re: Flash / Ajax / PHP 258021 by: David Giragosian Re: mail function problem 258022 by: Chris Re: Selecting Rows Based on Row Values Being in Array 258023 by: kvigor

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

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] 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

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

[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