Re: PHP can not find core function

2007-11-14 Thread doug
On Wed, 14 Nov 2007, Yuri Pankov wrote: On Wed, Nov 14, 2007 at 01:40:08AM -0500, [EMAIL PROTECTED] wrote: I am trying to evaluate two php billing programs, One gives no errors, syntax or otherwise, the other fails to find the mysql_real_escape_string function. I the later case I assume I have

Re: PHP can not find core function

2007-11-14 Thread doug
On Wed, 14 Nov 2007, Yuri Pankov wrote: On Wed, Nov 14, 2007 at 01:40:08AM -0500, [EMAIL PROTECTED] wrote: I am trying to evaluate two php billing programs, One gives no errors, syntax or otherwise, the other fails to find the mysql_real_escape_string function. I the later case I assume I have

Re: PHP can not find core function

2007-11-14 Thread Yuri Pankov
On Wed, Nov 14, 2007 at 01:40:08AM -0500, [EMAIL PROTECTED] wrote: > I am trying to evaluate two php billing programs, One gives no errors, > syntax or otherwise, the other fails to find the mysql_real_escape_string > function. > > I the later case I assume I have a path problem. It seems that so

PHP can not find core function

2007-11-13 Thread doug
I am trying to evaluate two php billing programs, One gives no errors, syntax or otherwise, the other fails to find the mysql_real_escape_string function. I the later case I assume I have a path problem. It seems that something in the code of the first program is turning off errors. Both progra