On Tue, 05 Nov 2013 19:06:25 +0200, Nick the Gr33k wrote: > ALL I WANT IT TO DO IS JUST > > 1. RETRIEVE 3 COLUMNS THAT CONSIST OF 3 LONG STRINGS 2. CONVERT LONG > STRINGS TO LISTS > 3. ADD SOME CURRENT VALUES TO THOSE LISTS 4. CONVERT FROM LISTS TO LONG > STRINGS SO I CAN STORE SUCCESSFULLY LIST PYTHON DATATYPE TO MYSQL SCALAR > STRING.
You cannot do this with Python. You should use a better language more suited to you. Try this: http://php.net/manual/en/tutorial.php I hope that you will be much happier with this, since you are struggling to get Python to work the way you want it to. -- Steven -- https://mail.python.org/mailman/listinfo/python-list