hi
I am having data in mysql database
like
text=>can't say now,who's this
when i try to display from the database, i can't able to get full text it display like this
text=> can
where ever i used single quto(') or double quto(") it truncate the remining part of the text,
plz help to slove this.
i used code like this:
<input type=text name=ips value=<? echo $results->text; ?> >
or
<input type=text name=ips <? echo "value='$results->text'"; ?> >
Thank you
Nirmalraj