Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manish Khanchandani  >  Reviews  >  example1.php  >  Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: Example
Class: Reviews
Store and retrieve reviews of products in MySQL
Author: By
Last change: changed role
Date: 2009-07-20 06:06
Size: 1,022 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Example</title>
</head>

<body>
<h1>Example: Items</h1>
<p>Item 1: <a href="example1a.php?item_id=1">Reviews No Confirmation</a> | <a href="example1b.php?item_id=1">Reviews With Confirmation</a> | <a href="example1c.php?item_id=1">Reviews With Pros And Cons And Confirmation</a></p>
<p>Item 2: <a href="example1a.php?item_id=2">Reviews No Confirmation</a> | <a href="example1b.php?item_id=2">Reviews With Confirmation</a> | <a href="example1c.php?item_id=2">Reviews With Pros And Cons And Confirmation</a></p>
<p>Item 3: <a href="example1a.php?item_id=3">Reviews No Confirmation</a> | <a href="example1b.php?item_id=3">Reviews With Confirmation</a> | <a href="example1c.php?item_id=3">Reviews With Pros And Cons And Confirmation</a></p>
</body>
</html>