Web Wide Way

Web World News

Web Wide Way - Web World News

PHP Lessons (1)

For starting to learn PHP we need installed on our computer
- wamp server
- Eclipse PHP Development Tools (download from http://www.zend.com/en/community/pdt)

Settings:
click On Wamp server->php->php.ini
error_reporting = E_ALL & ~E_NOTICE & E_STRICT

eclipse
workspace C:wampwww
file -swich workspace
php – right click – reset
open perspective
window-prefernaces-general-workspace-other-encoding utf-8

window-prefernaces-web- css file – iso10646
window-prefernaces-web- html file – iso10646

php perspectie – file – new project -name
java script enable

right click on project- new- php file – hello.php

right click on the file – run as php web page

window- web browser – fire fox

Category: php lessons