answersLogoWhite

0

How do you run a php application on windows 7 home basic?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Operating System is irrelevant for php. Just download the WAMP server for windows & your php is operational. If you run ASP.NET & IIS remember to change the port of WAMP server & things should work out

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run a php application on windows 7 home basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

PHP can be run on Microsoft Windows IIS(Internet Information Server)?

IIS is a Windows-only application, however it's important to note that running PHP on IIS is not the same as running PHP on Windows. XAMPP or WampServer are two choices for running PHP on Windows. However, these two options provide you with some more options. They use MySQL or MariaDB as a database server and run Apache as a web server. To learn more about data science please visit- Learnbay.co


Can php be ran on Microsoft Windows internet information server?

IIS is a Windows-only application, however it's important to note that running PHP on IIS is not the same as running PHP on Windows. XAMPP or WampServer are two choices for running PHP on Windows. However, these two options provide you with some more options. They use MySQL or MariaDB as a database server and run Apache as a web server. To learn more about data science please visit- Learnbay.co


Does php run in Windows 7?

Php can run on windows 7, but it does not run directly on it. PHP is a server side-language that runs on Apache. So in order to use PHP on windows 7, you need to install Apache on it. You can do this by installing WAMP server on your windows 7 machine. PHP will automatically be available to you once installed.


How does a zend optimizer help PHP applications?

Zend optimizers can help PHP applications by making the PHP application easier to manipulate through the Zend Opimizer. They make great products for anyone trying to make a living at home.


How does PHP differ from HTML in terms of application and structure?

In structure <?php ?> <html> </html> in application - one is static and another is dynamic. this much ......


Can we install on windows a web application developed in Php?

You can either install an Apache-based webserver that come prebuilt with PHP, such as XAMPP or the Zend Server CE (both free.) Or you can simply install PHP under you IIS server (the one bundled with most Windows Servers.) Specific directions require knowing your specific setup, but a Google search will get you plenty of good walkthroughs.Also, there's an IIS extension called PHP on IIS 7 (available at php.iis.net) that I've heard really nice things about, but haven't had the need for yet.There is one caveat here. Occasionally, the developers of a PHP application will have relied on the Linux file system or operating system for something, and the application itself won't run on Windows Servers (this is pretty rare, but happens.) If that's the case, then your best bet is likely to be either setting up a Linux server, or virtualizing a Linux box on your Windows server.Try getting PHP onto your IIS first. It's waysimpler.


What are the legal issues on selling a PHP application?

There are no legal issues associated with selling a PHP application, aside from those associated with selling any software.


Why you need wamp server to run php file on web browser?

PHP Web Development and Running PHP application requires a lots of efforts and tools. For running PHP file on web browser we required a compiler which can convert php files to HTML files. And a web server like Wamp helps a php file to convert it to PHP. Basic Component of WAMP Server are : Wnodows : Which is our OS. Apache : Web server for responding with web pages. MySql : Databases Query and PHP


How do you develop a API centric application in PHP?

Put all the sql queries required by the application to get relevant data in a single file or folder and you have an API centric php module. The application prefarably a mobile app or software application processes the queries and obtains necessary information to display at the front-end. Long story short, do not build the entire application using PHP. Just use PHP for backend


Can you use visual basic codes on website as you do with php for example?

Yes. There is a variation of Visual Basic called VBS, or Visual Basic Script. It is commonly associated with the ".asp" (Active Server Page) file type, and requires a Windows-based server to run. Because of the licensing fees that Microsoft requires for its use, it is not as popular or widely-used as PHP.


What is a PHP course?

After Apache concludes that is a PHP record, it offers it to the PHP translator. When PHP gets the record it peruses it and executes any PHP code it can discover. After it is finished with the record, the PHP mediator gives the yield of the code, assuming any, back to Apache. At the point when Apache gets the yield once again from PHP, it sends that yield back to a program which renders it to the screen.we can begin building up our first PHP/Java application: a flower specialist shopping basket application that shows six bunches of roses and their comparing costs. The application is a PHP content that executes a Java meeting bean, which will be the "motor" of the application on the grounds that the outcomes will be given by a Java class named flower Bean.PHP Tutorial : Javatpoint


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.