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"]);
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"]);