Good night folks,
I have written this code a zillion times and tonight it is not working. I need a fresh pair of eyes to have a look and let me know what I am doing wrong.
I am trying to create a link to result retrieved from a database. Basically the first page returns entries in a library and I am creating a link on the author to see all the books in the library written by that person. I am wrapping the author field in a URL which includes $_GET but it does not seem to be working.
Please have a look at http://www.library.bcd.org.bb/biblio.php. I have the code displayed there.
I am using PHP 5.2.5 and MySQL 5.0.45. Register Globals is set to "on".
Thanks in advance ....
Terry