-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
27 lines (22 loc) · 761 Bytes
/
index.php
File metadata and controls
27 lines (22 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>Amazon SimpleDB PHP Demo</title>
<link href="css/style.css" type=text/css rel=stylesheet>
</head>
<body>
<p><a href="index.php"><b>Amazon SimpleDB PHP Demo</b></a></p>
<p><ul>
<li> <a href="simpleDB01.php">Create Domain</a></li>
<li> <a href="simpleDB02.php">List Domains</a></li>
<li> <a href="simpleDB03.php">Delete a Domain</a></li>
<li> <a href="simpleDB04.php">Add Data</a></li>
<li> <a href="simpleDB05.php">Populate Data</a></li>
<li> <a href="simpleDB06.php">List Data</a></li>
</ul></p>
<p><ul>
<li> <a href="simpleDBCosts.php">View Costs</a></li>
<li> <a href="simpleDBCreateDB.php">re/create Database</a></li>
<li> <a href="scratchpad/" target="_blank">Scratchpad</a></li>
</ul></p>
</body>
</html>