Appml Download
* * *
This section will introduce how to download . After downloading, we will immediately start developing web applications on your computer.
* * *
## Download
is not a product. is an idea. It is simply scripts on the browser and scripts on the server.
Anyone can download . After downloading, you can modify it to create your own professional web applications.
You can download for use with PHP: [AppmlPHP.zip](#)
|  | The PHP examples for appml on this site use the mysqli and mysqlnd methods to connect to the database. For more information about PHP mysqli, please see: (#). For more information about PHP mysqlnd, please see: (https://baike.baidu.com/view/2630684.htm). |
| --- |
You can also download for use with ASP.NET: [AppmlASP.zip](#)
* * *
## ZIP File Contents:
| Filename | Description |
| --- | --- |
| appml.php (or .htmlx) | server-side script |
| appml.css | stylesheet |
| appml.js | browser script |
| appml_config.php (or .htmlx) | local configuration |
| Images (folder) | image styles |
* * *
## If You Have Your Own Web Server
If you already have a web server that supports ASP.NET or PHP:
1. Create a folder and name it Demo (or something else).
2. Extract the files and folders from the zip.
3. Copy the files and folders to your new web folder.
4. Start developing your application.
* * *
## If You Don't Have a Web Server
If you don't have a web server, you can use Microsoft's WebMatrix (free software) to develop web applications.
Using WebMatrix, you don't need a web server to edit, test, and run web applications on your computer.
WebMatrix comes with features:
* file editor (HTML, CSS, and XML)
* A web server to run applications (IIS Express)
* A database server (SQL Server Compact)
* Good support for server-side languages (PHP, ASP, and ASP.NET)
You can download WebMatrix from the following address:
[http://www.microsoft.com/web/webmatrix](http://www.microsoft.com/web/webmatrix)
Once you have installed WebMatrix, you can follow the above steps to use AppML.
* * *
## If You Already Have a Database
By changing the configuration information in the **appml.config** file, you can connect to a database on your own server:
## PHP MySQL:
127.0.0.1
dbName
dbUser
dbPass
## ASP.NET SQL Server
Provider=SQLOLEDB;data source=sName;Database=dbName;user id=dbUser;password=dbPass
## ASP.NET Access (Full Path)
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:DemoDataDemo.mdb
## ASP.NET Access (Virtual Path;)
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=#webroot#DataDemo.mdb
* * *
## If You Don't Have a Database
If you don't have a database:
You can use WebMatrix to create a database.
Or download an Access database from the following link: [Northwind.zip](#).
Or download an empty Access database from the following link: [Database.zip](#).
* * *
## More Downloads
You can download more application example tutorials from this week:
(#)
[ASP.NET Version](#)
You can download complete data application test examples:
(#)
[ASP.NET Version](#)
YouTip