View Single Post
Old 09-12-2008, 10:19 PM   #1 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default how do you insert html into your database?

the html code contains symbols how do you insert that into mysql database witout getting errors?

for example

if i wanted to insert this peice of code into a table how would i insert it witout getting errors :(

Code:
<ul>
<li class="listing">first</li>
<li>second </li>
<li> third</li>
<li class="last">fourth</li>
</ul>
__________________
no signature set
sarmenhb is offline  
Reply With Quote