@lists.php.net
Subject: [PHP-DB] Query that generates href links
Hi everyone,
I've created a database for my poetry that I've written. I have a table
called Titles. It is made up of:
title_id (a different number for every poem title. It's the primary key.)
title (the title of the poem)
John Burroughs wrote:
Hi everyone,
I've created a database for my poetry that I've written. I have a
table called Titles. It is made up of:
[snip]
How can I do this. Everytime I tried adding to the above code, I kept
getting error messages in php saying that there was an unexpected
'>'character
Hi everyone,
I've created a database for my poetry that I've written. I have a table
called Titles. It is made up of:
title_id (a different number for every poem title. It's the primary key.)
title (the title of the poem)
title_date (the date I wrote the poem. stored in Date format.)
I want to ge