toneyamber
Programmer
I am using fastemplate that allows me to have my php pages load html templates. That all works fine and dandy. Now, in one of my html templates I load the data in dynamically from MySQL database and the users are allowed to select the data that is pulled up. That data is inside a href tag in the html, so that when the users click on one, it automatically goes to another php page. When they click on the href I am trying to send data along with it ex.
< a href="/sub.php?id={ID}">{NAME}</a>
It sends the id fine, but problem is now being able to retrieve that id from the url to allow my sub.php page to use it and load the html template based off of that id. I really hope this makes sense. I know this is possible because I have done it before, but that was a long time ago, and I can't remember.
Thanks,
Amber
< a href="/sub.php?id={ID}">{NAME}</a>
It sends the id fine, but problem is now being able to retrieve that id from the url to allow my sub.php page to use it and load the html template based off of that id. I really hope this makes sense. I know this is possible because I have done it before, but that was a long time ago, and I can't remember.
Thanks,
Amber