I was told the other day that I was able to place HTML in my database.. So I thought to my self that be grate for my feature points so I can use bullets... so I put the following code in one of my COL's just to see if it work here is the following code.
[HTML]<ul>
<li>Pro-GUARD 7 high flow, high efficiency filter media air filter</li>
<li>Increases horsepower up to 100 HP depending on application</li>
<li>Improves torque up to 112 lbs/ft depending on application</li>
<li>Maximizes airflow for better acceleration and responsiveness</li>
<li>Improved performance results in greater fuel efficiency</li>
<li>Installs in less than 60 minutes using factory mounting points</li>
<li>No cutting or drilling to engine compartment is required</li>
<li>Replaces OE air filter with high flow, high efficiency 360 degree radial flow air filter</li>
<li>Washable/reusable air filter with the deepest pleats in the industry is the largest possible in the space allowed</li>
<li>Replaces factory air box with a uniquely designed air box that allows the filter to be sized beyond factory limits</li>
<li>Replaces factory intake tube with a custom-designed intake tube that accelerates airflow to the turbo or throttle</li>
<li>Limited lifetime warranty</li>
</ul>[/HTML]
I know that is all right for bullets so I placed it in.. and I used this line here to make it display VIA the database using PHP
[PHP]<p align="center"><?php echo $fp1;?></td>[/PHP]
What happens when I run it all I get
"
yep just a " and thats it...
Anyone have any ideas? or be able to shine some light on this issue.
The server is running
phpMyAdmin 2.5.3
MySQL 4.1.14-standard
incase anyone needed to know no idea if that makes a diff and I have php5 on there.