Help me find my variable!
Posted: Sat Jun 07, 2003 1:51 pm
Where in here is my variuable:
I think its in the link not sure.. The link is:
Code: Select all
<?
mysql_connect("localhost","bladegames", "***");
mysql_select_db("bladegames");
echo "<table>
<tr><td>Number</td><td>Username</td><td>Email</td></tr>
";
$query = mysql_query("SELECT * FROM members ORDER BY id");
while($row=mysql_fetch_array($query))
{
echo "<tr><td>$rowїid]</td><td>$row
<a href="lookup.php?memberid=<?=$rowїlogin]->id?"> $rowїlogin] </a></td><td>
$rowїemail] </td></tr>";
}
}else{
printf("Your not logged in, plz login again");
};
?>Code: Select all
a href="lookup.php?memberid=<?=$rowїlogin]->id?"> $rowїlogin] </a