|
INTRODUCTION
LESSONS
MORE PHP
|
Server SetupTo run PHP code embedded in your web pages you will need a web server and a PHP preprocessor linked to your web server. You can set up your own web server or you can upload your pages to an Internet Service Provider (ISP) with these facilities. PHP runs on the server so you must have access to the server side. Two of the examples require you to change server file permissions.
|