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.

Or not...

M


--- Steve Marquez <[EMAIL PROTECTED]> wrote:
> 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 DB,
> however, the multi line does not.
> 
> If I write the article in the multi-line field, it works (as far as
> I know,
> I have only attempted about 40 lines), but when I copy and paste
> the article
> in, it does not.
> 
> This is really strange...
> 
> -Steve
> 
> 
> 
> > [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
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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

Reply via email to