| | |
| 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 |
| association |
../content/my_sql_syntax.htm |
| 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 |
 |
| is_part_of |
WIMP stack: Windows, Internet Information Server, mysql, PHP |
| is_type_of |
Language. |