|
Okay your lost here but how did you do your backup? You did not really answer my question. Did you have a friend help you? To transfer a site you would have backed up a database and then restored it to the new server so excuse me for being a little confused as to why you have no idea what I am talking about when you would have needed to do exactly more or less what we are talking about here.
You have an sql file correct? Basically if you messed up the database when moving you need to start over and redo the database import. I am trying to explain here how you insert just the photo inserts but this requires you to tell me how you moved this in the first place and got your site running.
If you view your sql file you copy and paste all your inserts for the pp_photos table to a new file if you want. Basically viewing phpmyadmin you view the photopost database and then in the big window at top it has tabs. You hit the sql tab and you can copy and paste the inserts into that box or if you have made a new sql file with just the pp_photos inserts in it you can use the http upload prompt if that file is under 2mb to restore the entires.
|