PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Vishv Sahdev   Panchang Calendar   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example file
Class: Panchang Calendar
Display the astrological Panchang calendar
Author: By
Last change:
Date: 7 years ago
Size: 181 bytes
 

Contents

Class file image Download
<?
include "panchang_calendar_V1.php";
define("LINK","http://localhost/panchang_calendar/");
date_default_timezone_set('Asia/Kolkata');

$n=new panchang_calendar_V1;
$n->pc();