| | |
| |
![http://www.php.net [logo_php.png]](image_files/logo_php.png) |
| .easyPHP |
Easy install of Apache, mySql and PHP from one executable |
| .easyPHP |
http://www.easyphp.org/ |
| .easyPHP files |
C:/Program Files/EasyPHP-5.3.4.0/www/1.php (.PHP, Dynamic page) |
| .easyPHP WAMP |
Windows, Apache, mySql, PHP |
| .easyPHP Web Root |
http://127.0.0.1:8888/ |
| 0. Bottles Demo |
../content/1.php (.PHP, Dynamic page) |
| 00. Database code shown as HTML |
../content/php_entity_ok.htm |
| 000. Entity Demo |
../content/entity.php (.PHP, Dynamic page) |
| 1. Install webserver |
For windows install IIS so as to use (http://localhost/dynamic/Connections/test_1.php) |
| 2. Install PHP |
http://www.php.net/downloads.php |
| 3. Test php |
../content/php_1.php (.PHP, Dynamic page) |
| 4. Add file to c: php |
php_mysql.dll |
| 5. Add to php.ini |
extension=php_mysql.dll |
| 6. Create mysql table |
CREATE TABLE concept_t (object varchar(100) NOT NULL default,attribute varchar(100) NOT NULL default,value longtext NOT NULL) TYPE=MyISAMn; |
| 7. Test php and mysql |
../content/entity.php (.PHP, Dynamic page) |
| 8. PHP 5 and IIS 6 |
http://www.peterguy.com/php/install_IIS6.html |
| 9. addSlashes replaces magic quotes |
http://www.php.net/manual/en/function.addslashes.php |
| association |
Mysql. |
| Colour change to webpage |
http://www.php-scripts.com/php_diary/121999.html |
| Data Objects, Vr.5 |
../content/php.htm |
| description |
This is a logical three-tier architecture, and this is how modern PHP applications are written. As with Java web servers, the PHP code is in-process with the web server, so there is no overhead in the server talking to the PHP code |
| graphic |
![http://www.php.net [php_three_tier.gif]](image_files/php_three_tier.gif) |
| How to manage sessions in PHP mySql |
http://articles.sitepoint.com/article/users-php-sessions-mysql/4 |
| is_part_of |
WIMP stack: Windows, Internet Information Server, mysql, PHP |
| is_type_of |
Software |
| Oracle |
http://www.oracle.com/us/technologies/php/index.htm |