please analyse following code and
tell me
printf("<h3><a href=\"%s?$id=%s\">%s %s</a></h3>", $PHP_SELF, $myrow[0],
$myrow[9], $myrow[1]);
how do i know(or use id to identify) when user clicks on above link and
generate a another coding if user clicks on that
will something like
IF ($ id ){
}
work ?
i tried but failed