workshops
PHP Calendar Script
<html>
<head>
<title>PHP Calendar</title>
<style type="text/css">
<!--
table.calendar {
border: 1px solid #000000;
border-collapse: collapse;
color: #000000;
background: #FFFFFF;
}
td.today {
border: 1px solid blue;
color: #000000;
background: #EFEFEF;
font-weight: bold;
}
td.monthdays {
border: 1px solid #434470;
color: #000000;
background: #FFFFFFF;
}
td.nonmonthdays {
border: 1px solid white;
color: #000000;
background: gray;
}
-->
</style>
<body>
<?php
error_reporting('0');
ini_set('display_errors', '0');
// Gather variabl
<head>
<title>PHP Calendar</title>
<style type="text/css">
<!--
table.calendar {
border: 1px solid #000000;
border-collapse: collapse;
color: #000000;
background: #FFFFFF;
}
td.today {
border: 1px solid blue;
color: #000000;
background: #EFEFEF;
font-weight: bold;
}
td.monthdays {
border: 1px solid #434470;
color: #000000;
background: #FFFFFFF;
}
td.nonmonthdays {
border: 1px solid white;
color: #000000;
background: gray;
}
-->
</style>
<body>
<?php
error_reporting('0');
ini_set('display_errors', '0');
// Gather variabl

Web Development Presentation
Submitted by khansen on Thu, 11/01/2007 - 23:13.
Topics I suspect I will cover in this presentation
* LAMP
* Why dynamic sites
* My experiences
* PHP
* Some examples
* Write to/from files
* Calendar
* Date Format testing
* Stylesheet chooser
* Hit Counter
Here is a link to the sample files I used today. [-LINK-]
Technorati Tags: 