Hi friends,
In one of my project I had a text box and I want to store its content to database.
I blocked mysql injection with "mysql_real_escape_string" command.
But I need to add some formating button in that field. ie italics, bold, font size and link field.
From a site I found that they are taking input like this Hi
I m wonder how to change this to html filed and save in database or it will changed to html while running it from database ?
Please help me
Thanks in advance
Rajeesh