Do fields in MySQL databases accept the form tag?
I ask b/c I am interested in using PayPal buttons on my site to sell items, but for type of customization that I need they only offer buttons that are created with the <form></form> tags - these buttons then link to a page on PayPal for someone to buy something.
So, my dilemma is trying to figure out how I would get this button to display in each record I show on a php page where I'm querying the database. I know that I can put <a></a> tags into a mysql field, but I can't seem to get the form tags to work.
Is this possible at all??