Hi All
I have a slight issue I am porting a website from old hosting to new hosting - using exact same code and database just new servers I am seemingly not able to get the images displayed as the old site does - this is the lines of code in question and having never really used serialize before I was not sure if anyone knew if there was any issues with old PHP and new PHP with it?
ThanksPHP Code:$image_list = unserialize( $product['image'] );
echo $image_list;
Sarah





Bookmarks