boxelder_bee
08-10-2009, 04:50 PM
I can't seem to get the script
$i="insert text here";
<td><textarea rows="10" cols="50" name="company_desc"> <?php echo $i; ?> </textarea></td>
Only returns <?php echo $i; ?> in the text box. I can't seem to get it to execute the script. Any help would be appreciated.
$i="insert text here";
<td><textarea rows="10" cols="50" name="company_desc"> <?php echo $i; ?> </textarea></td>
Only returns <?php echo $i; ?> in the text box. I can't seem to get it to execute the script. Any help would be appreciated.