How to view a .php3 file???

I am trying to download a cd cover which is in a .php3 file format. How do I convert this to a .jpeg file to use in Surething labeler?
Thanks
 

dx

1
php3 file format is a server-side html embedded scripting language. The format cannot be directly converted, because it is not an image format. So if there is an image in this script you will need a php editor to extract it. Look here: h**p://www.php.net/

Go back to the webpage if you can and right-click on the image itself (ie, don't save the page). It should allow you to save it.
 
Top