Home Backend Development PHP Tutorial EclipsePHP实时浏览设置方法解决思路

EclipsePHP实时浏览设置方法解决思路

Jun 13, 2016 pm 12:35 PM
mysql nbsp php

EclipsePHP实时浏览设置方法

本帖最后由 mmy628 于 2011-03-02 21:54:17 编辑 我是新手,安装上Eclipse后,在编辑窗口里输入PHP源码,想要在PHP Browser里实时浏览程序,如果不配置一下EclipesPHP,将无法实现。
一、新建项目目录说明:
我新建一个叫“test1”的“PHP项目”和一个叫“test.php”的文件时,提示选择一个“安装目录”。
我选择的目录是:E:/home/m2006/bbs/test 
解释一下上面目录的意思。
“home/”是我的IIS网站根目录(我没有用Apache建站,我的服务器搭建如下:WIN7_IIS + MySQL5.5+PHP5.3+Discuz8.3)。
“m2006/”是我的index.html所在的目录。
“bbs/”是我搭建的PHP支持的Discuz8.3论坛,index.php所在的目录。
“test/”项目目录搭建在“bbs/”下,正是考虑EclipsePHP需要MySQL、PHP的支持。
明白以上目录的意义,进入EclipsePHP下一步的属性配置。

二、Project Defaults配置

依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/Project Defaults”,进入它的“Project   Defaults”项目默认配置界面。如上图。
右框内的“Localhost”一项,当然是我的支持PHP的BBS目录,test目录是我新建test1项目的目录。
右框的“DocumentRoot”文档Root,是我初次安装EclipsePHP时,错误设置的安装路径“E:/PHP100.com”。如果这个路径不修改,每次在编程窗口里变动一下,就要自动弹出保存对话框,将会给我们以后的PHP编写带来很大的麻烦。如下图:

把“DocumentRoot”这个“文档根”路径修改如下图:

修改了以上两项,其实相当于修改了Localhost的全局变量,以后在所有的项目右键“属性”里就不用再改了。
注意一,“DocumentRoot”已经被修改成了支持PHP、MySQL运行环境的“bbs/”目录下的“test”了。“test”后面没有“/”否则实时浏览出错!
注意二,我在“Include  Paths”里“新建...”了一个“E:\PHP10.COM”。实属无聊之举。这里的“\”与上面的“DocumentRoot”方向不一样哦!这些细节不注意,还会带来烦恼的。

三、PHP、MySQL的配置
1.PHP的配置:

依次打开Eclipse的“窗口/选项/PHPeclipse Web Development/PHP,找到“HTTP  Query”,右框里找到“Localhost”,我修改了它“http://192.168.1.XXX”,我的内网IP。然后新建了一个“Localhost2”,URL:http://localhost。也属无聊。

接着下面就是这个扩展工具项。点开后,右边的框内如下 图: 

第一项,启动PHP命令目录,是我的PHP.exe安装目录. 
第二项,参数项,应该是安装EclipsePHP时候默认的。所以,我们初次安装Eclipse时,一定要小心设置安装参数。  
  
下面就是Apache、MySQL的配置。我这里没有安装Apache,所以,只说MySQL配置。  


上图就是我的MySQL安装路径。 
  
四、浏览器的选择。 
在“窗口/Web  Browser”的右箭头里,选1、2都行,就是不能选 0 。 
  
最后,写一个PHP: 

如果还不能马上预览,“Ctrl+S ”! 
上传个图片真麻烦,我个人相册里已经上传好了,却不能引用?
Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Python: Comparing Two Popular Programming Languages PHP and Python: Comparing Two Popular Programming Languages Apr 14, 2025 am 12:13 AM

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

PHP's Purpose: Building Dynamic Websites PHP's Purpose: Building Dynamic Websites Apr 15, 2025 am 12:18 AM

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

The Enduring Relevance of PHP: Is It Still Alive? The Enduring Relevance of PHP: Is It Still Alive? Apr 14, 2025 am 12:12 AM

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

How to connect to the database of apache How to connect to the database of apache Apr 13, 2025 pm 01:03 PM

Apache connects to a database requires the following steps: Install the database driver. Configure the web.xml file to create a connection pool. Create a JDBC data source and specify the connection settings. Use the JDBC API to access the database from Java code, including getting connections, creating statements, binding parameters, executing queries or updates, and processing results.

PHP in Action: Real-World Examples and Applications PHP in Action: Real-World Examples and Applications Apr 14, 2025 am 12:19 AM

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

PHP and Python: Code Examples and Comparison PHP and Python: Code Examples and Comparison Apr 15, 2025 am 12:07 AM

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP: Handling Databases and Server-Side Logic PHP: Handling Databases and Server-Side Logic Apr 15, 2025 am 12:15 AM

PHP uses MySQLi and PDO extensions to interact in database operations and server-side logic processing, and processes server-side logic through functions such as session management. 1) Use MySQLi or PDO to connect to the database and execute SQL queries. 2) Handle HTTP requests and user status through session management and other functions. 3) Use transactions to ensure the atomicity of database operations. 4) Prevent SQL injection, use exception handling and closing connections for debugging. 5) Optimize performance through indexing and cache, write highly readable code and perform error handling.

See all articles