Php/html Links I have created a database with three fields, Datefield, paragraphField and QuoteField in
mysql
Upon inserting data to the database and querying the database by current date I want the date to appear first, then followed by the paragraph and followed by supporting quote. The supporting quote is supposed to be a clickable link and upon a click it should open a new window for full test. Everything is working fine but I can not turn my quote to a link
This what I want
2007-10-01
For the toungue is sharper than a sword and it can divide soul and flesh.....................................................
James 1:12 ( this one need to be a link to a certain URL but I can not do it.
Any help is appreciated |