Need some help with php

mogomotsi

Regular Member
Joined
Feb 11, 2011
Messages
260
Reaction score
54
Hello i have copied a website landing page however when i try to view it offline it says page error.

I will send the link in pm if anyone can help me.

Thanks
 
How did you download the page? You cannot download the PHP code directly from the public URL.
 
Well, obviously

1) php runs on the server. You can't download the script. You can just download the output, which are the html and css and so on.

2) I can bet $5 that all you downloaded is a page with an iframe. So, when you try to view the page offline; the iframe doesn't load and you get "page cannot be loaded".
 
it could sound obvious but you must download all the page, including js, css, html and such.
 
Back
Top