Hi, Guys!
This maybe a simple solution that I overlooked. I can't seem to get my 
variables to populate in text areas with <textarea> tags. Input boxes (<input>) 
work just fine, but for some reason <textarea> boxes won't populate any content 
at all.
Is there something else I have to do to get <textarea> to accept content or 
populate content?
As far as I know, it shouldn't be any different than <input> boxes in term of 
populating content, for example, here is the code to populate the two types of 
boxes:
<?php
echo "<input><?=$variable1?></input>";
echo "<textarea><?=$variable2?></textarea>";
?>
As I said, the input boxes work just fine, but the text area boxes didn't work 
and came up blank text area with no content at all.
Thanks in advance.
Paul Tuon
 
____________________________________________________________
53 Year Old Mom Looks 33
The Stunning Results of Her Wrinkle Trick Has Botox Doctors Worried
http://thirdpartyoffers.netzero.net/TGL3231/4eb71603739ca1512326st05duc
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to