Hello! Trying to import text file in database with html codes in some fields and I need them to be displayed as html again. example: <b>digital point</b> but, I always get displayed only digital point, without <b></b> I checked database and I see html codes but, they wont be rendered. When I open page source in web browser html codes are not available. Do I need to import in another way, or I need editing of some php file regarding pulling information from database to html code be displayed?
You say that you can see the "html tags" stored in your database table. Maybe the script which pulls out the data from your database is stripping html tags. Did you check that file? If you can post the source code of the file that grabs data and outputs to browser - you can get better response.
thanks krishmk for response. Yes I can see code as I see it in simply html page: <li> <br> <b> etc.... there are bunch of php files, but since I do not have a clue about php I think it is in "common.php" file. Here it is:
"There is a problem with the database<br><br>"....u have to add like "There is a problem with the database"."<br>"."<br>"