hello!
I have problems inserting html tags into a mysql database.
How can i insert "<p>" as it is into the a mysql table. I tried inserting this but it interprets < into < and > to >, so it stores "<p>" instead.
I want the "<p>" stored instead of "<p>", so that when i retrieve the data from the table it can be displayed as "<p>" and not interpret "<p>" as an html tag.
Thanks!
Jane