Click to See Complete Forum and Search --> : PHP problem.


Nevermore
02-17-2003, 01:16 PM
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.

Nevermore
02-17-2003, 02:37 PM
Anyone?