Hi all ^^
i want to display a text that i have in my DB in textarea, so, i use a query to select that text from the database and it work fine.
then i use the following statment:
but it dose not work!! and i get the textarea empty!:(((
P.S: i used
and my text printed ok ^^
i think it something wrong with my using "value" ! but i couldn't find any other why.
any aides??
thank you so much ^^ <3
i want to display a text that i have in my DB in textarea, so, i use a query to select that text from the database and it work fine.
then i use the following statment:
Code:
Print " <textarea name='bio' maxlength='370' id='bio' rows='10' cols='44' name='bio' value=".$info['bio'] ." > </textarea> ";
P.S: i used
Code:
Print $info['bio'];
i think it something wrong with my using "value" ! but i couldn't find any other why.
any aides??
thank you so much ^^ <3
Comment