| | |
| |
 |
| 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. |
| 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 |
 |
| 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 |