hi,
the below line will not work properly.please tell that what i did the mistake in that code.
[php]echo "<td><A HREF='javascrip t:pick(" . $row['first_name']
. ")'>" . $row['first_name'] . "</A></td>";[/php]
the below line will not work properly.please tell that what i did the mistake in that code.
[php]echo "<td><A HREF='javascrip t:pick(" . $row['first_name']
. ")'>" . $row['first_name'] . "</A></td>";[/php]
Comment