[PHP] Re: Forms In PHP

2004-12-09 Thread Brad Ciszewski
besure to have the to emails have only a , inbetween them. Example: $to = [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]; etc Hope that helps :) -Brad www.BradTechnologies.com 99.9% Uptime 24/7 Support Packages as low as 3.50 p/month cPanel/PHP/mySQL www.BradTechnologies.com Wil

[PHP] Configuring PHP 5.0.2 on OpenBSD 3.6: png.h not found

2004-12-09 Thread Raymond C. Rodgers
Having previously built PHP 4.x on OpenBSD 3.x in the past, I'm running into some difficulties configuring PHP 5.0.2 currently. On a fresh install of OpenBSD, I have confirmed installation of libpng 1.2.5p5, but no matter what png related switch (--with-png-dir= and --with-png=) I use for

[PHP] Re: PHP/pspell

2004-12-09 Thread John Nichel
Drew Toussaint wrote: Hi, I have been searching around the net and found that you may possibly be the only person who has the same problem as I have. I compile aspell-0.60 correctly I install an English dictionary and all this appears to be fine. But when I try to make php with

Re: [PHP] Confused - $GLOBALS

2004-12-09 Thread Danny Brow
On Fri, 2004-12-10 at 05:52 +0800, Jason Wong wrote: On Friday 10 December 2004 04:52, Danny Brow wrote: OK, you never said what your problem was except to say everything works but the str_replace item_pics1. Did you check $GLOBALS['errors'] after calling this function? No but I'm doing

Re: [PHP] Spurious newlines when requesting empty php file

2004-12-09 Thread Chris
It seems very unlikely to me that PHP is actually sending extra data. If it were a bug, unless it was extremely isolated, quite a lot of people (including me) would definitely have noticed it. You didn't give any information, so I'm just guessing, here goes. It could be... ...the unicode bytes,

Re: [PHP] allow_url_fopen ini directive not enough

2004-12-09 Thread Jason Wong
On Friday 10 December 2004 06:05, KJ wrote: The vunerability occurred where both applications had a variable setting a base directory of the source code, which was used when including files throughout the application, i.e.: $base_url = '/home/example.com/www'; include_once

<    1   2