while ($myrow = mysql_fetch_array($result)) {
printf ("<a href='calldetail.php?id=%s' target='_blank'>%s</a> <br>", $myrow[7],$myrow[5]);
Using this, the first record is not returned. Only records 2 and higher that are in the databse.
Any thoughts. If you need more info, please let me know.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
printf ("<a href='calldetail.php?id=%s' target='_blank'>%s</a> <br>", $myrow[7],$myrow[5]);
Using this, the first record is not returned. Only records 2 and higher that are in the databse.
Any thoughts. If you need more info, please let me know.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic