about.php

来自「php源码 php源码参考」· PHP 代码 · 共 31 行

PHP
31
字号
<?phpsession_start();require_once('constants.php');require('topbar.php');require ('categoryfunctions.php');showCategories('books');?><h1>About Tahuayo.com</h1><p>The Tahuayo River is a tributary of the Amazon River.  <a href = 'index.com'>Tahuayo.com</a> is an interface to<a href='http://www.amazon.com/'>Amazon.com</a>.<p>You can purchase any books stocked by Amazon.com at Tahuayo.com, but it is not really intended to be a profit generating site. It exists to demonstrate using Amazon's <a href = 'http://www.amazon.com/gp/aws/landing.html'>Web Services</a> interface. The site is built using <a href='http://www.php.net/'>PHP</a> and connects to Amazon using XML/HTTP (REST) or SOAP.<p>You can find out more about this site, and obtain the complete source code in Chapter 31 of <a href = 'index.php?action=detail&ASIN=0672326728'><i>PHP and MySQL Web Development 3rd Edition</i></a> by Luke Welling and Laura Thomson.<hr><?php require('bottom.php'); ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?