I am trying to follow a php script from this thread (http://forum.abestweb.com/showthread.php?t=60200&page=1&pp=25) and I keep getting this error, Warning: fclose(): supplied argument is not a valid stream resource in /home/fitclub/public_html/store/admin/example.php on line 80 Example Import Completed Successfully can someone help me out?
Replace the last 2 lines with these lines fclose($feed); echo "Example Import Completed Successfully"; and see whether it works. Reason: You are trying to close the variable(file name) instead of closing a file handler. fclose ($FeedFile); is wrong.
yea i got it to work up to a point, now were I am getting blob in phpmyadmin instead of getting what is in the column I am getting just numbers.