If i did this
<a href="<? echo $PHP_SELF; ?>?record_id=<?php echo $row_table['id']; ?>">click</a>
It would link to what ever the record id of the record was, say if i was displaying the contents of a table and i wanted each record to link to just that record on its own
and could i use that query as this... <a href="<? echo $PHP_SELF; ?>" onclick="<? SELECT * FROM tablename LIMIT 4, 1 ?> ?