Important:
To run ASP & ASP.NET examples, give write permission to the folder:
example04_database/database/
To run the PHP example, create a database & table (MySQL) as follows:
- database: innovastudio
- table: content
- id (integer)
- title (varchar)
- content (longtext)