How can I run a php script in my own computer offline?
Written by ScriptInstaller on November 22nd, 2009
Jose O asked:
This was my first php script tht i made myself. But I am still a novice on php and I just can’t run the script on my computer offline. Can somebody help me.?
Tags: Computer Help, Computer Offline, Novice, Own Computer, Php Script
Categories:
- Comedy
- Comics & Animation
- MySpace
- Mythology & Folklore
- Other – Computers
- Other – Cultures & Groups
- Other – Hardware
- Other – Internet
- Performing Arts
- Polls & Surveys
- Programming & Design
- Radio
- Reality Television
- Script Installation
- Scripts
- Security
- Teaching
- Theater & Acting
- Video & Online Games
Pages:
Archives:
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
Tag Cloud
Acting Advice Browser Download Scripts Entertainment Uk Error Message Film Scripts Freedom Free Scripts Google Hollywood Installation Script Internet Explorer Java Script Linux Lol Love Lyrics Microsoft Money Movie Script Movie Scripts Msn Perl Scripts Php File Php Script Php Scripts Php Server Pl Play Scripts Rsbot Running Script Error Script Installation Scripts Scripts Online Sony Sony Bmg Music Sony Bmg Music Entertainment Spoiler Uk Limited Website Help Website Scripts Writing A Script YahooSites To See:
Links:
Pages:
Recent Posts:
- What website is the cheepest to find airplane tickets?
- Gen3 PTC Script Installation Part 2
- What website can I find a bra for a halter top or backless top?
- What is the best website to edit pictures without having to pay?
- Low-cost-web-consultancy-web-design-seo-wordpress-design from tech2connect
- What website can I use to find people help me learn a language?
- What is the best website to keep up to date with Major League Soccer?
- What website should I check on for apartments in NYC?
- What website can I use to find out what is polluting the air in my town?
- Gen3 PTC Script Installation Part 3
- What website can i go on to find a house in canada?
- What website that I can find invitation printables?
- How do i go about creating my own website?
- How to make money online at home with an automated website income builder
- Work at Home Job Ideas for Moms Make Money Online Fast Earn $500 Daily for FREE Best Business
- VC-MP Scripts Installation Tutorial
- social bookmarking software – installation
- What website would you recommend to make money by playing games?
- What is a good website for advertising your photos?
- Remote execution and deployment of Windows Scripts
Copyright 2009 Install Your Own Scripts
This Blog Powered by Wordpress

7 Comments at "How can I run a php script in my own computer offline?"
all u need to do is install a complier on the pc.
this is a very nice one!
See following webpages
yes you can run php script on your pc ,as well as runing asp.net code offline
U ‘ll just have to download this software easyphp 1-7 and install it then run the program and enable the appachi server
now Ur PC is a server while U R offline
put Ur file in this path “c://program files/easyphp1-7/www/”
then open Ur browser and go to the address “http://localhost/filename.php/” while U R offline
Ur page will be displayed
Other answerers: Don’t answer if you can’t explain yourself properly.
PHP scripts need to be run through a webserver running the PHP interpreter. So first get a webserver. The standard and most common is Apache (http://apache.org/ ). You want the HTTP server. You’ll need to install PHP on it, so get it at Install PHP and now you can run php scripts on the server.
Google for tutorials on setting up Apache with PHP if you need more information. If this still seems like too much work, try XAMPP (http://www.apachefriends.org/en/xampp.html ) although it is definitely unsuitable for production usage and advanced or specialized development machines.
For running your script on your computer you need a web server.
Personally I’m using xampp that is a combination of Apache as a webserver, mysql as popular database and a ftp and mail server.
To use this you can download it from
I prefer to download 7-zip file that can directly download it by this link:
After downloading execute the file to make xampp folder and then run setup_xampp.bat on that folder.
to start web server use xampp-control.exe and start the apache with the button in front of its name.
All think is ready to use just copy your file to htdocs folder and in you browser(for example IE) type
I hope this answer be useful for you