I currently have been working on a code so when someone clicks on the link it will go straight to that text but in a new page if you get what I mean?
Here is the code I have currently done so far:
<a href="/index.php?=<?php echo $id; ?>"><?php echo $content; ?></a>
It is connected to the database and works fine but I was wondering how I could make it so upon clicking one of the links it would take you to say index.php?id=3 and that would then display the info you want,
Thanks,
Liam
Here is the code I have currently done so far:
<a href="/index.php?=<?php echo $id; ?>"><?php echo $content; ?></a>
It is connected to the database and works fine but I was wondering how I could make it so upon clicking one of the links it would take you to say index.php?id=3 and that would then display the info you want,
Thanks,
Liam