[PHP] FastCGI + PHP5

2007-03-30 Thread Stevie
Hi all. anyone using FastCGI + PHP + Apache 1.3. ? I've been trying for two days and i can't seem to configure apache with php fastcgi. i have php set with: ../configure --enable-fastcgi \ --enable-discard-path \ --enable-force-cgi-redirect \ --with-mysql=/usr/local/mysql \ --with-xml \ --wit

Re: [PHP] Parsing database variables

2007-03-30 Thread Jim Lucas
Jake McHenry wrote: Hi everyone, I have been searching and trying to do this for the past hour without success yet I have a database table with this in it: $name Period Ending Date: $ppe Etc... And in my script, these variables exist and have values. Is there a way for me to get t

RE: [PHP] Parsing database variables

2007-03-30 Thread Chris Boget
> But this is a much better way of doing this than using eval(). eval is an evil little function! eval() isn't so bad if you have absolute, total and complete control over the data you are pulling or using. But once someone else becomes involved (particularly the front end user), you are probabl

RE: [PHP] Parsing database variables

2007-03-30 Thread Jake McHenry
Ok, this is working good, except for one problem... I have variable $pay_rate and $pay_rate_bap ... It finds $pay_rate first and then it never finds $pay_rate_bap because it changes it to say.. 21_bap... Anyone know of anything else that may work? I have been messing around with eval, and I havn'

RE: [PHP] Alternative/Addition to using a CAPTCHA

2007-03-30 Thread Jake McHenry
> -Original Message- > From: Tijnema ! [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2007 6:04 PM > To: Jake McHenry > Cc: tedd; php-general@lists.php.net > Subject: Re: [PHP] Alternative/Addition to using a CAPTCHA > > On 3/31/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > On 3/30/07

Re: [PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Jochem Maas
Tijnema ! wrote: > On 3/30/07, Jochem Maas <[EMAIL PROTECTED]> wrote: >> Tim wrote: >> > > > > > > ... >> personally I prefer JSON formatted data, for which there are even a >> couple of >> functions available in newer versions of php (otherwise you can find >> code on the net >> easily enough t

<    1   2