Text area words not showing

Hi, i have a form with a text area. When i echo this text not all the words show up ?

Any ideas ?

I think it would be better if you show related code. There’s no way for anyone to know exactly what you have done so far.

Show me how you are trying to echo your outputs.

here is my code from the form

< textarea name=“invoiceitem1” id=“TextArea1” rows=“4” cols=“32” spellcheck=“false” placeholder=“Details Here”>< /textarea>

here is the code in my php page

< td class=“writing b”><?php echo $invoice['invoiceitem1'];?>< /td >

lol I just told you we can’t help you without your code. Post your php code.

Sponsor our Newsletter | Privacy Policy | Terms of Service