This code shows dozens of pictures as 1 clickable page:
while($arr = MySQL_fetch_row($result)){
echo “<a href=“FastBrowseFORM.php”><img border=“0” src=”".$arr[0]."" width=“102” alt=“Your Name” height=“91”>";
}
I need each member’s picture to click into its own member’s page. I tried this which clicks into different pages, but none of the member’s pictures show doing it this way:
$sql =“select fbpic from sharedinfo limit {$t},{$pagenum}”;
$result = mysql_query($sql,$conn);
$I = MySQL_fetch_row($result);
foreach($I as $arr){
echo “<a href=“FastBrowseFORM.php”><img border=“0” src=”".$arr[0]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM2.php”><img border=“0” src=”".$arr[1]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM3.php”><img border=“0” src=”".$arr[2]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM4.php”><img border=“0” src=”".$arr[3]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM5.php”><img border=“0” src=”".$arr[4]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM6.php”><img border=“0” src=”".$arr[5]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM7.php”><img border=“0” src=”".$arr[6]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM8.php”><img border=“0” src=”".$arr[7]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM9.php”><img border=“0” src=”".$arr[8]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM10.php”><img border=“0” src=”".$arr[9]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM11.php”><img border=“0” src=”".$arr[10]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM12.php”><img border=“0” src=”".$arr[11]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM13.php”><img border=“0” src=”".$arr[12]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM14.php”><img border=“0” src=”".$arr[13]."" width=“102” alt=“Your Name” height=“91”>";
echo “<a href=“FastBrowseFORM15.php”><img border=“0” src=”".$arr[14]."" width=“102” alt=“Your Name” height=“91”>";
}
Michael
[email protected]
shareads.us/encryptedsignin_1/FastBrowse/FastBrowseAAA.php?page=1