I have a few PHP pages, If I open them in my browser it is all text, there are meant to be images, But if I upload them to the server they are normal (with images and scripts) How do I view the pictures offline?
typobay.info When I open the file in my browser it is just the text, but when I go to the actual website it is full.
php needs to be processed to be rendered properly, either done by apache, IIS, lighthttpd or another webserver, you can't just open files on your pc and look at them. If you want to view php locally, you MUST have a server installed to serve those pages.......
download this Apache Web Server Install it as a service configure it correctly and when you want to see your website you should be able to go to http://127.0.0.1 and it will be your website running on your machine