i like to know from well informed DP'ers how can i view php sites offline as when ever i need to make some changes and wonna see the result i had to go online is there a way i can view and edit sites offline like normal html stuff thanks in advance
You would need to install php and apache on your personal computer. It's not extremely difficult, but once you do that, your computer will parse the php in files so that you view them as if on the web. Here's a guide on how to do it. http://www.thesitewizard.com/archive/php4install.shtml I recommend installing it on a seperate computer if you have one. You dont need anything really fast, but in my experience it is better to keep it off a computer that is used heavily.
We use AppServ, wich is a localhost PHP server, with MySQL (Database) and PHPMyAdmin wich is a simple web interface to interact with MySQL. This is the official site http://www.appservnetwork.com/ Its very easy to install and it works pretty well. If you need help, just ask.
I recommend you install this: http://www.mpsoftware.dk/phpdesigner.php and then this: http://www.apachefriends.org/en/xampp.html
i recommend XAMPP too, all you have to do is download the setup, install and you'll have Apache,PHP and MySQL running in no time. no more configuration needed... unless you need something specific. i use this myself on my pc.
there is a program that does it all for you, if i rememver the name i will post it here. the program installs everything and has a main control center
Long time ago I downloaded a php editor, very compact in size, with only a dll file enabling the previsualization of php files without having installed apache or a local server. Unfortunately I lost that software and have no idea of its name, so maybe any DP member could now what I'm talking about include it as another option for lovelylovely. I have installed Xampp as main localhost server, in addition to other packages for specific requirements
WAMP (Apache, MYSQL and PHP for Windows) will do all the installation and configuration work for you. Very convenient! Then just put your pages in the www folder or whatever you have as webroot and type in your browser http://localhost/ This way you can prototype whole homepages before putting them online.
You can do so by using "IBSERVER" & "phpdev". Both of them are really easy too use and work perfect. Though YOu've to install additional windows components.
use wampserver it will configure mysql/php/appachi very easy to use and you will be able to view phpfiles offline