Hi there guys
Quickly browse here
Could you help me here to retrack a few things? I was following a MYSQL tutorial here:
http://swanilda.com/dreammx4.html
I've followed all the necessary steps all the way to the results.php page (I can search all the way to the results page which are works)
The issue I'm having lies in the link to get to the details.php page when I enter the following hyperlink with the following parameters:
details.php? petID=<?php echo $row_rsResults['ID']; ?>
I entered the link as instructed and received the following result in the browser URL:
http://localhost/details.php%0Ddetai....php?%20petID=
STRANGE HUH?
I've made several attemps by manually entering the hyperlink which populated : "NOT FOUND" via the server.
Do you have any suggestions as to how i may resolve this? I tried everything I could....Thanks in advance for your reply