09-12-2008, 10:19 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
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
|
|
|
|