On 18 February 2004 22:13, Alex Hogan wrote:
> Sorry...,
>
>
>
> Line 17 is: print "<tr><td><a
> href=\"$id\">$row2[$rtxt]</a></td></tr>";
I haven't a clue what this is relating to (bit *too* much snippage there!), but I
think that statement is going to need some curly braces to have a chance of working as
intended:
print "<tr><td><a href=\"$id\">{$row2[$rtxt]}</a></td></tr>";
Cheers!
Mike
---------------------------------------------------------------------
Mike Ford, Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS, LS6 3QS, United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php