[PHP] Re: Mail que system written in PHP for Linux?

2006-07-16 Thread Manuel Lemos
Hello, on 07/15/2006 01:07 AM eastcoastguyz said the following: > I have a client who's web site needs to send out opt-in e-mail. I > contacted the web hosting service who they intend to host this with and > they have a limit of 500 e-mail messages sent per hour. I suspect most > web hosting servi

Re: [PHP] session_start/session_write_close creates multiple sessioncookie headers. How to fix this.

2006-07-16 Thread Chris
Mathijs wrote: Chris wrote: Mathijs wrote: Hello again, I Use session_write_close() so the page loads quicker because i use session on multiple place. This because session has protection for race conditions. Now it works very well and i don't have any problems at all. I only see that there

RE: [PHP] GD to database directly

2006-07-16 Thread Jay Blanchard
[snip] ...a lot of stuff started by my original answer... [/snip] While this has been a fine debate I find that the discussion has deteriorated badly. Can we bring it back on point? There are a lot of us using MySQL (and PostGreSQL) along with PHP and in practice we have found that storing images

Re: [PHP] PHP | Flash Query String

2006-07-16 Thread Jochem Maas
Sunnrunner wrote: > Hello, > > I have a button flash file. This file needs two parameters that are passed > in through the query string. > > Here's my query string. > navButtons.swf?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[menu]} > > here is the URL that is being passed in > > d

[PHP] PHP | Flash Query String

2006-07-16 Thread Sunnrunner
Hello, I have a button flash file. This file needs two parameters that are passed in through the query string. Here's my query string. navButtons.swf?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[menu]} here is the URL that is being passed in domain.com/index.php?c=21&a=35&w=2&r=Y t

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Robert Cummings
On Sun, 2006-07-16 at 13:02, Kevin Waterson wrote: > This one time, at band camp, "Richard Lynch" <[EMAIL PROTECTED]> wrote: > > > Zend has provided a great deal to the PHP community -- Zend basically > > pays Ze'ev and Andi (and more) to work about half their time on > > improving PHP Open Source

Re: [PHP] GD to database directly

2006-07-16 Thread Kevin Waterson
This one time, at band camp, "Richard Lynch" <[EMAIL PROTECTED]> wrote: > Assume, for the sake of argument, that your hard drive crashed. > > And your backup tape was invalid. > > And the weekly backup tape is also invalid. > > And, for good measuere, the monthly tape is just so out-of-date, t

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Kevin Waterson
This one time, at band camp, "Richard Lynch" <[EMAIL PROTECTED]> wrote: > Zend has provided a great deal to the PHP community -- Zend basically > pays Ze'ev and Andi (and more) to work about half their time on > improving PHP Open Source code. As an ex-Zend employee I find that they are maybe th

Re: [PHP] php-head-shrink WAS: Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Jochem Maas
Paul Scott wrote: > --=neXtPaRt_1152981398 > Content-Type: text/plain > Content-Transfer-Encoding: 7bit > > > My IBM laptop and I are having relationship issues... I suggest trading her in for a better looking model half her age, try a Mac Book Pro ;-) > > --Paul > > > --=neXtPaRt_1

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote: >> Being that these products are commercial in nature, should not they >> be supporting thier own products, rather than relying on the good >> will of the open sour

Re: [PHP] GD to database directly

2006-07-16 Thread Lester Caine
Richard Lynch wrote: Given the number of posts here in PHP-General alone, of people getting tripped up by these things, I have concluded that cramming images into the DB is far more trouble than it is worth. It *seems* like a Good Idea until you actually do it for awhile, and then run into all