PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   PHP Online Bookmarking Class   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Code
Class: PHP Online Bookmarking Class
Code to implement online bookmarking in a page.
Author: By
Last change:
Date: 16 years ago
Size: 499 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>
    <title>PHP Online Bookmarking Class </title>
</head>
<body>
<?php
require_once("PhpOnlineBookmarkingClass.inc.php");
$object=new PhpOnlineBookmarkingClass(false);

//BookmarksInfo=$object->getBookingInfoArray();
//$object->showOnlineBookmarks();
echo $object->getHtmlCodeOfOnlineBookmarks();
?>
</body>
</html>