Sometimes dynamic HTML pages need to be fetched from the server whenever they are displayed - even when the back button is used. For example, pages showing the state of a bank account or online order.
某些时候动态HTML页面需要即时从服务器更新以备随时显示-甚至是使用后退按钮的时候.例如 显示银行帐号的状态或在线订单.
The code artifacts for DB creation of SQL, server-side Bank Logic in PHP, and Bank Portal (XHTML, CSS, and XHR) are provided in the download file included with this article.
本文提供的下载文件包含创建数据库的SQL代码、用PHP编写的服务器端银行逻辑以及银行门户代码(XHTML、CSS和XHR)。
The examples in this article use a project named BANK that is located on a server named myserver.
本文示例使用一个名为BANK的项目,位于myserver服务器上。
应用推荐