Forum Moderators: coopster
Example:
<text area name="exmaple" cols="50" rows="5"> here is the customer ID <? echo "$cid";?> </textarea> I tried setting this in phpmyadmin and when I call this field it just outputs as plain text just as you see it. Am I doing something wrong?
echo '<textarea name="exmaple" cols="50" rows="5"> here is the customer ID '.$cid.'</textarea>';
Good luck on your project. Hope it's coming along well ;)