Please help me!

amber81188

New Member
Messages
2
Reaction score
0
Points
0
How do I look at my website the way my viewers would?..I need to do an assignment and I think I put it in the right folder but I wanted to see how it looks? Is there any way I can see it before I turn it in?

Please help!

Thank you!
 

Fearghal

Member
Messages
286
Reaction score
0
Points
16
You could always point your browser at the file...
 
Last edited:

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
Well if you haven't seen the result of your code... then yea, pointing your browser to it will show it to you, even if it's not online (for example C://blabla/MyDocs/your_file.php in your URL bar will take you to the page), or you can right click the file > Open with > Internet Explorer (or whatever browser you have).

If you mean testing the site on different browsers, there's a website for that, let me find it....
http://browsershots.org/
 
Last edited:

xmakina

New Member
Messages
264
Reaction score
0
Points
0
Just don't forget that server side content (PHP, ASP etc.) content won't work offline :p
 
Last edited:

freecrm

New Member
Messages
629
Reaction score
0
Points
0
There are some quick AMP basic setups so you can view .php files locally (MySQL, Apache, PHP).

Just google "php local setup"
 
Top