you can upload the .php file into a php enabled server, (which most hosting provider had) and access the page.
if you like to view php in your local computer:
1. Install PHP
2. Install Apache
3. Mysql (optional).
4. Configure Apace to run PHP (normal as a module).
point your browser to http://localhost
that will the root directory of the http server.
2006-10-21 19:20:59
·
answer #1
·
answered by Huey L 3
·
0⤊
0⤋
PHP is a server-side scripting language, which means that the code itself executes on the server, and then outputs the result to a visitors browser. If you are just a visitor to a website, (as opposed to being able to access the server), you will only ever be able to see the result of a PHP script's output, never the code itself. That is, in fact, one of the reasons that PHP and other server-side scripts are used...they're very secure because the code can't be accessed externally.
2006-10-20 18:46:13
·
answer #2
·
answered by poeticjustice72182 3
·
1⤊
0⤋
Hmz not sure, but I have recently noticed that if you download a page with offline explorer it somtimes (if server=apache) gets php too (adding .primary extension)
2006-10-20 18:41:54
·
answer #3
·
answered by Oskars Gr 1
·
0⤊
0⤋
Hi,
Do you mean you want to view the source before it is processed?
Try httpwatch, a really great tool
hope this helps
Owen
2006-10-20 18:41:54
·
answer #4
·
answered by Owen C 2
·
0⤊
0⤋