current location:Home > Technical Articles > Operation and Maintenance > phpstudy

  • How to solve the problem that the phpstudy port is occupied
    How to solve the problem that the phpstudy port is occupied
    Solution to PHPstudy port being occupied: Determine the occupied port (command: netstat -ano | findstr "443") Stop the occupying process (End the process in Task Manager) Modify the PHPstudy port (Enter the new port number in the Apache tab) Restart PHPstudy verification problem solved
    phpstudy 848 2024-04-02 13:36:14
  • How to enter the website after creating it in phpstudy
    How to enter the website after creating it in phpstudy
    After creating a website using PHP Study, you can access it through the following steps: Start PHP Study Start the Apache Web server Create the website file in the root directory of the website Enter the URL in the browser: local host: http://localhost/site_folder_nameIP address: http ://your_ip_address/site_folder_name
    phpstudy 1494 2024-04-02 13:33:18
  • How to configure php environment in phpstudy
    How to configure php environment in phpstudy
    Steps to configure your PHP environment to use PHP Study: Install PHP Study and create a PHP project. Configure PHP version and extensions. Configure the MySQL database (optional). Create a test file and visit the PHP information page to verify the correctness of the configuration.
    phpstudy 1267 2024-04-02 13:30:19
  • A brief analysis of how to use PHPStudy 8.0 in Windows systems
    A brief analysis of how to use PHPStudy 8.0 in Windows systems
    PHPStudy 8.0 is an integrated development environment (IDE), which is a development tool used under Windows systems. Designed for both beginners and professional PHP developers, it allows users to easily configure, manage and deploy PHP applications. PHPStudy 8.0 provides a complete set of tools for PHP development, including server management, database management, code editing, debugging and publishing. This article will introduce in detail how to use PHPStudy 8.0 on Windows systems.
    phpstudy 1376 2023-03-28 09:43:04
  • Let's talk about how to use MySQL in PHPStudy
    Let's talk about how to use MySQL in PHPStudy
    PHPStudy is a software suite that can quickly build a PHP development environment in a Windows environment. It installs Apache, PHP, and MySQL environments with one click, which can greatly accelerate the local development efficiency of PHP. The MySQL database is a very important part. How to use the MySQL database correctly in PHPStudy? This article will introduce you to the use of MySQL in PHPStudy.
    phpstudy 4283 2023-03-28 09:44:53
  • A brief analysis of how to use PHPStudy on Apple computers
    A brief analysis of how to use PHPStudy on Apple computers
    PHPStudy is an integrated software suite for building a PHP development environment on the Windows platform. It can easily install and configure services such as Apache, PHP, and MySQL, making it simple and easy to build a PHP development environment. However, Apple computers do not support this software. How to implement PHP development using Apple computers? This article will introduce how to use PHPStudy on Apple computers.
    phpstudy 2334 2023-03-28 10:13:48
  • Solve the problem of display error when opening phpMyAdmin in PHPstudy V8.0
    Solve the problem of display error when opening phpMyAdmin in PHPstudy V8.0
    Restarting MySQL doesn't work, nor does installing other versions of MySQL. Unexpectedly, I uninstalled phpMyAdmin and reinstalled it and everything returned to normal.
    phpstudy 5755 2021-10-22 16:58:18
  • How to modify php version in phpstudy
    How to modify php version in phpstudy
    How to modify the PHP version in phpstudy: 1. Open the phpstudy software and click "Website" in the side navigation bar; 2. Find the website that needs to modify the PHP version and click "Manage"; 3. In the open drop-down menu, click " php version"; 4. In the menu that opens, select the version that needs to be changed.
    phpstudy 9609 2023-01-11 09:22:57
  • An article explaining the problem that phpStudy php_intldll cannot be loaded
    An article explaining the problem that phpStudy php_intldll cannot be loaded
    Below, the phpstudy tutorial column will introduce to you the problem that phpStudy php_intldll cannot be loaded. I hope it will be helpful to friends in need!
    phpstudy 3135 2021-09-10 15:51:02
  • Solve some problems that arise during the use of phpstudy2018?
    Solve some problems that arise during the use of phpstudy2018?
    Mainly for small methods that cannot be used normally after phpstudy2018 is installed.
    phpstudy 4329 2021-03-11 11:54:52
  • PhpStudy installs PHP8 [detailed graphic and text explanation]
    PhpStudy installs PHP8 [detailed graphic and text explanation]
    This article mainly installs PHP8 for phpstudy and uses it normally. The new features of PHP8 have been explained above. Due to the need for code demonstration, the PHP8 source code needs to be installed. For convenience, it is not built on Linux, so the phpstudy inheritance environment is used directly.
    phpstudy 16066 2021-03-03 16:09:29
  • Installation and use of phpstudy2018
    Installation and use of phpstudy2018
    For beginners, how to use phpstudy, test their own php documents, reduce a lot of time wasted on solving these problems, avoid consuming a lot of energy, wearing down their own willpower, and bringing many ups and downs to their learning path, continue Next, let the author bring you an installation tutorial on phpstudy.
    phpstudy 24348 2021-02-25 16:30:45
  • phpstudy_pro and iis run at the same time, sharing port 80 access and intranet penetration solutions
    phpstudy_pro and iis run at the same time, sharing port 80 access and intranet penetration solutions
    1. Project requirements: 1. Both the public network and the intranet server run phpstudy_pro and iis at the same time 2. The server shares port 80 to access the asp and php websites, uses the domain name to access the intranet server on the intranet, and can share port 80 for simultaneous access on the public network The public network server and the intranet server are connected to each other in an invisible way, so that external users cannot feel whether the website is on the intranet or the public network server. ...
    phpstudy 413 2020-11-30 09:25:12
  • phpstudy_pro and iis run at the same time, sharing port 80 access and intranet penetration solutions
    phpstudy_pro and iis run at the same time, sharing port 80 access and intranet penetration solutions
    1. Project requirements: 1. Both the public network and the intranet server run phpstudy_pro and iis at the same time 2. The server shares port 80 to access the asp and php websites, uses the domain name to access the intranet server on the intranet, and can share port 80 for simultaneous access on the public network The public network server and the intranet server are connected to each other in an invisible way, so that external users cannot feel whether the website is on the intranet or the public network server. ...
    phpstudy 385 2020-11-30 09:18:57
  • What should I do if phpstudy V8 reports a 403 error?
    What should I do if phpstudy V8 reports a 403 error?
    For the sake of security, the new version of phpStudy V8 cancels the listing of directory contents by Apache and nginx. To solve this error, you can turn on the list directory content function and add a default document.
    phpstudy 6822 2020-11-09 09:33:34

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28