Re: [PHP-DB] PHP4 to PHP3 problem

2001-04-11 Thread fabrizio . ermini
On 10 Apr 2001, at 13:49, Rob Griffiths wrote: **50** print "tr bgcolor=#66td{$A["fname"]}/td" . "td{$A["lname"]}/td" . " td{$A["dept"]}/td" . " td{$A["manager"]}/td" . "td{$A["extension"]}/td/tr\n"; Notation with "{" parenthesis is not

[PHP-DB] PHP4 to PHP3 problem

2001-04-10 Thread Rob Griffiths
I have a simple little corporate phonebook app that I developed in PHP4/mySQL, but our work department is only running PHP3 (and they want to leave it that way, for fear of breaking other PHP apps ... sigh). Anyway, the following code snippet produces this error message when I run it in