I am having major problems.
With my site I have a control panel that uses a port number that the proxy at work doesn't let you into. So, I decided to build a web page that used PHP and SQL INSERT queries to upload news etc. to my database.
Within the page I have Name, email, title and info. The info box is where I put all my html code for the article concerned.
The problem seems to be that my textarea for info looks as if it has a maximum character defined somewhere.
I am not sure if this issue is with the textarea, or if there something that defines a max upload in phpinfo() on my host.
When I do get onto the control panel and goto phpmyadmin, the database accepts the information fine.
Can anyone please guide me in the right direction?
Thanks