[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 not more than 5
paragraphs at the most.)

Is there anyone that has run into this problem before? Any suggestions?
[/snip]


Have you checked all of the usual suspects? Permissions? Database
configuration (is the article column large enough)? What errors have you
trapped?

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to