[PHP] contant /

2010-04-08 Thread Jack
I get a couple of errors like this one for undefined variable: PHP Notice: Undefined variable: s_company_name And this one for undefined contstant PHP Notice: Use of undefined constant account_type - assumed 'account_type' I am putting a piece of code from each so that hopefully someone

Re: [PHP] contant /

2010-04-08 Thread Dan Joseph
On Thu, Apr 8, 2010 at 12:26 PM, Jack jacklistm...@gmail.com wrote: I get a couple of errors like this one for undefined variable: PHP Notice: Undefined variable: s_company_name And this one for undefined contstant PHP Notice: Use of undefined constant account_type - assumed

Re: [PHP] contant /

2010-04-08 Thread Ashley Sheridan
On Thu, 2010-04-08 at 12:26 -0400, Jack wrote: I get a couple of errors like this one for undefined variable: PHP Notice: Undefined variable: s_company_name And this one for undefined contstant PHP Notice: Use of undefined constant account_type - assumed 'account_type' I am

Re: [PHP] contant /

2010-04-08 Thread Andre Polykanine
@lists.php.net php-general@lists.php.net Date: Thursday, April 8, 2010, 7:26:56 PM Subject: [PHP] contant / I get a couple of errors like this one for undefined variable: PHP Notice: Undefined variable: s_company_name And this one for undefined contstant PHP Notice: Use of undefined constant

Re: [PHP] contant /

2010-04-08 Thread John Black
On 04/08/2010 06:51 PM, Andre Polykanine wrote: 2. (Just a suggestion) It's better to put the SQL tables and fields between grave accents (backquotes). But if you do that then you will have to remove them again when you decide to switch or support PostgreSQL. -- John After coming into