Well let me show you what is the error. Basicly i have puted all my html code in database to make life easier and pages load faster. How ever, i have made back door in the web site where you big form and where you can edit everything from that control panel. Problem is that when it gets data from database and shows it on FORM it automaticly shows it as a build in html on the page and no in the filed.
I will show you what i mean:
THIS IS A FORM BY THE WAY
This is what value in code : value="<?php echo "$pagetitel"; ?>"#
This is value when generated :
value="<font size="4">Your Web Site Name</font><br><hr>"
now that is fine ! BUT IT DOSENT SHOUW THAT ON THE FILED IT SHOWS AS REAL HTML ! HOW CAN I PREVENT THAT?
any ideas?