PHP Classes

File: AK_ZU.php

Recommend this page to a friend!
  Classes of Damir   PHP Booking Calendar Script   AK_ZU.php   Download  
File: AK_ZU.php
Role: Example script
Content type: text/plain
Description: Example
Class: PHP Booking Calendar Script
Let users select calendar dates for bookings
Author: By
Last change:
Date: 5 years ago
Size: 1,175 bytes
 

Contents

Class file image Download
<?
date_default_timezone_set
('Europe/Zagreb');
require_once(
'inc/TDLinc.php');
require_once(
'calendar.php');
include_once(
'inc/AClass.inc');

$LG="EN";

//Possible choice of different styles
$jss="Dummy1";

//Possible connection with date record
$Aid=0;

//Possible choice of different javascript code
$st="Dummy2";
 
$bo="Fo();";

$a = new calW($Aid,'Wz(this, 1)','Wz(this)','Zw(this)','Zw(this,2)',' Nn(this)',$jss,$bo,$st,false,"00011111110000000000000000000000");


print(
'<table cellSpacing="0" cellPadding="0" width="520" align="center" bgColor="#ffffff" border="0" >');
print(
'<tr><td width="520" align="center">');

AdminDropovi("action='showMeTimeRange.php' method='post'", $Aid, $Dda[$LG],$Doa[$LG]);
print(
'</td></tr></table>');
print(
'<table cellSpacing="0" cellPadding="0" width="520" align="center" bgColor="#ffffff" border="0" >');
print(
'<tr><td width="520" align="center">');
print(
'<input type="hidden" name="Aid" value="'.$Aid.'">');

print(
'<p align="center"><b>'.$Dnt[$LG].'</b><input type="submit" class="butt" value="Submit"></p></td></tr></form></table>');
print(
'<br>');
print(
"</body></html>");

?>