|
If I could see your table structure I could do this better.
Try this change though: put $url=mysql_result($result,$i,"id"); in the for loop. Don't know what I was thinking.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|