PHPStudy V8
is a brand new version. Compared with the previous version, it has changed a lot. Some novices don’t know how to use it. Therefore, this article teaches you how to quickly get started with PHPStudy V8, how to start the PHPStudy service (WNMP/WAMP), build a website and set a domain name, and what to pay attention to.
Step one: Start PHPStudy
First open PHPstudy, click StartWAMP
or WNMP
Apache and
Mysql separately (As shown below)
Note: This example is the Apache MySQL suite environment, you can also choose the Nginx MySQL suite environment
Apache and
MySQL status icons will turn into blue triangles, as shown in the figure
##Second Step: Create a website
#First click [Website] on the sidebar, and then click [Create Website] on the page to create the website. Fill in the domain name (for example: www.test.com). The root directory is your project directory and can be changed by yourself. Default synchronization
hosts, the system will automatically write the domain name into the hosts file, eliminating the need to add it manually. After filling in, click Confirm.
Step 4: Test the websiteOpen PHPStudy and switch to the website management page, then find [Open Website] and click to open
If you see an interface like the one below, it means the website was added successfully!
Step 5: Test the programFirst find [Website Home Page Settings] and click to open it.
Check whether there is index.php on the homepage of the site, if not, change it to index.php
In the website management Find [Open Root Directory] on the page and click
to enter the website directory, and then copy your website program into it
The following is the program I simply wrote
<?php phpinfo();
Then write the above code into index.php in the root directory of the website
Then enter your website domain name in the browser. If you see the following page, the test is successful!
The above is the detailed content of phpstudy v8 quick start tutorial. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1
Easy-to-use and free code editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
