Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,235 this is the code I have to create the link but from there Im lost.
$query = "SELECT * FROM mobsters";
$result = mysql_query($query);
while($row = mysql_fetch_array($result))
{
... |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,235 I have been tring for a month now to figure out why I can't program my site to open field information from a link that looks like http://www.blablabla.com/test.php3?ID=2
I can't seem to figure out... |