Home  >  Article  >  Backend Development  >  How to debug php operations_PHP tutorial

How to debug php operations_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:17:41782browse

Configuration:
1. Go to windows.php.net/download website to download vc9 x86 thread safe

2. Unzip the file to the directory.

3. Change php.ini (delete php.ini_d....) and then open the mysql extension (ie delete the semicolon in front of extension=php_mysql.dll)

Configuration extention_dir ()

4. Configure apache’s httpd.conf

Open nuSphere phpED and put the code in it for debugging.

Open Drwanweaver CS3 for editing and testing.

Debug on the browser: Open the URL on the browser ->Click the menu->Click the page->Development Tools-> Then move the mouse to the code

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/325659.htmlTechArticleConfiguration: 1. Go to windows.php.net/download website to download vc9 x86 thread safe 2. Unzip the file to the directory . 3. Change php.ini (delete php.ini_d....) and then open the mysql extension (ie delete;...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn