Re: [PHP] Table issue

2003-06-10 Thread Mark
What application are you copying the data from? We've run into some odd problems when text from MS Word is copied into a textarea field and put into a database. Certain characters that one would think were standard ASCII ended up being odd special characters. That migh tbe breaking the db update.

Re: [PHP] Table issue

2003-06-10 Thread Steve Marquez
Yes, I am assuming that because PHP MyAdmin works with the long article that it is my script that is the issue. The table is a "longtext" table. All permissions are correct. The exact same script works perfectly on my server. The funny thing is that every single line text field inserts into the

RE: [PHP] Table issue

2003-06-10 Thread Jay Blanchard
[snip] I am attempting to insert an article into a MySQL table on a remote server, via a PHP Forms script. I am able to insert the article on my server, and PHP MyAdmin works on both servers, however, when I use my script on the remote server it does not allow for long articles. (The articles have

[PHP] Table issue

2003-06-10 Thread Steve Marquez
I am attempting to insert an article into a MySQL table on a remote server, via a PHP Forms script. I am able to insert the article on my server, and PHP MyAdmin works on both servers, however, when I use my script on the remote server it does not allow for long articles. (The articles have not mo