I can't seem to get the script
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.Code:$i="insert text here"; <td><textarea rows="10" cols="50" name="company_desc"> <?php echo $i; ?> </textarea></td>



Reply With Quote


Bookmarks