Click to See Complete Forum and Search --> : what is wrong with this code


aayatoos
09-14-2003, 02:44 PM
i want to display part of the records that are stroed in the database in a table and when the user click on the subject that are interstaed in it link him to the holl recored>
i am sure that my problem is in this code so help me plz
printf("<tr><td><a href=\'%s?id=%s\'>%s</a>",$PHP_SELF,$myrow["id"], $myrow["subject"]);

Jona
09-14-2003, 08:46 PM
The code looks fine to me. Are you sure that there are no errors anywhere else in your code?

[J]ona

maxspeed
09-15-2003, 09:22 PM
you shouldint get any errors