MySQL Forums
Forum List  »  PHP

Re: INSERT file path/URL into table
Posted by: Ronan Cashell
Date: July 25, 2011 03:56PM

Check the length of the VARCHAR data type that you are saving the contents in. It looks like it is getting truncated. In other words it looks like you have defined VARCHAR(37) which is then truncates the url you are passing in to the first 37 chars.

Ronan Cashell
Senior Oracle/MySQL Administrator
IT Integrated Business Solutions
http://www.it-iss.com

Options: ReplyQuote


Subject
Written By
Posted
Re: INSERT file path/URL into table
July 25, 2011 03:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.