[SOLVED] Newbie question
Posted: Tue Apr 19, 2005 8:22 am
Hi - I'm not really a newbie but I have a newbie problem...
I have placed this html code into a variable ($default_personal_text_1) and want to put it into a database...
problem is the php is reading the html as part of the php code and not as the variable that it is...
Any suggestions?
Larry
I have placed this html code into a variable ($default_personal_text_1) and want to put it into a database...
Code: Select all
<p align="e;center"e;>Get a site like this one and MAKE $$$ Every Single Day! I will
personally help you to $uccess!</p>Code: Select all
$sql = "update profile set personal_text_1 = \"$default_personal_text_1\"")";Larry