Im trying to make a PHP function that will print out a field from the column called title from a database called books, where id is equal to a number from a link, posted as if with GET form submission. To try and clear up what I'm trying to make, here it is again:
ID is given to script through a link
php searches MySQL database for the field title where id is equal to the one I just gave it
title is displayed.
I think if I can see the code I can apply it to my other needs.
Thanks a lot.
ID is given to script through a link
php searches MySQL database for the field title where id is equal to the one I just gave it
title is displayed.
I think if I can see the code I can apply it to my other needs.
Thanks a lot.