-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Sean thanks for your previous reply. I am still trying to convert the grid to PDO, I am running into a problem in the save().
attached is the update currently generated. I am not sure why it is not selecting the ThumbnailLocation field as a field. I am not sure how to correct this aspect of the script. Or what would make it assign this string to index 0 of the $colsArray :
UPDATE tutorials SET 0='http://cmivfx.com/images/thumbs/1295276575_IconThumbLarge.jpg',`Title`='Fusion Tracking 2011',Price='59.95',TutorialID='275',DateCreated='2011-01-17 08:25:10',CategoryID='10',active='0' WHERE TutorialID = '275''
here is a screen shot of what comes up on the screen, I know this is generated because the update is not working.

I hope you have a suggestion of how I might be able to fix this..
Miles