Re: [PHP] parse error, unexpected T_CLASS

2005-04-20 Thread Kim Briggs
On 4/20/05, Jochem Maas <[EMAIL PROTECTED]> wrote: >> Dasmeet Singh wrote: >> BTW.. pls suggest some good editor.. I use notepad currently.. > http://www.php-editors.com/ > http://www.google.com/search?hl=en&lr=&q=good+editor+for+php&btnG=Search > > choose one. > This can take a long time, I k

Re: [PHP] parse error, unexpected T_CLASS

2005-04-20 Thread Jochem Maas
Dasmeet Singh wrote: ... Get some decent editor with syntax highlighting ditto. :-) Thanks.. That was really silly.. BTW.. pls suggest some good editor.. I use notepad currently.. OFFS. http://www.php-editors.com/ http://www.google.com/search?hl=en&lr=&q=good+editor+for+php&btnG=Search choose one.

Re: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Jason Barnett
Dasmeet Singh wrote: > Jay Blanchard wrote: >> [snip] >> echo (" $row[1] Location- $row[4] >> Property Type- $ptypeMin Price- $row[9] "); >> >> it gives an error.. >> >> Parse error: parse error, unexpected T_CLASS in >> /home/real/public_html/functions.php on line 162 >> >> Any idea..why? Prob

Re: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Dasmeet Singh
Marek Kilimajer wrote: Dasmeet Singh wrote: Jay Blanchard wrote: > [snip] > echo (" $row[1] Location- $row[4] > Property Type- $ptypeMin Price- $row[9] "); > > it gives an error.. > > Parse error: parse error, unexpected T_CLASS in > /home/real/public_html/functions.php on line 162 >

Re: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Marek Kilimajer
Dasmeet Singh wrote: Jay Blanchard wrote: > [snip] > echo (" $row[1] Location- $row[4] > Property Type- $ptypeMin Price- $row[9] "); > > it gives an error.. > > Parse error: parse error, unexpected T_CLASS in > /home/real/public_html/functions.php on line 162 > > Any idea..why? Probab

Re: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Dasmeet Singh
Jay Blanchard wrote: > [snip] > echo (" $row[1] Location- $row[4] > Property Type- $ptypeMin Price- $row[9] "); > > it gives an error.. > > Parse error: parse error, unexpected T_CLASS in > /home/real/public_html/functions.php on line 162 > > Any idea..why? Probably any stupid mistake .. :( > [

RE: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Jay Blanchard
[snip] echo (" $row[1] Location- $row[4] Property Type- $ptypeMin Price- $row[9] "); it gives an error.. Parse error: parse error, unexpected T_CLASS in /home/real/public_html/functions.php on line 162 Any idea..why? Probably any stupid mistake .. :( [/snip] Takes the parentheses out. ec

Re: [PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Marek Kilimajer
Dasmeet Singh wrote: Hi! When i try to run the following line: echo (" $row[1] Location- $row[4] Property Type- $ptypeMin Price- $row[9] "); The above line is fine. Check the lines above. it gives an error.. Parse error: parse error, unexpected T_CLASS in /home/real/public_html/functions.php

[PHP] parse error, unexpected T_CLASS

2005-04-19 Thread Dasmeet Singh
Hi! When i try to run the following line: echo (" $row[1] Location- $row[4] Property Type- $ptypeMin Price- $row[9] "); it gives an error.. Parse error: parse error, unexpected T_CLASS in /home/real/public_html/functions.php on line 162 Any idea..why? Probably any stupid mistake .. :( - Fre