| TOTAL: 10 Page: 1 of 1 |
|
Scheduling content display
This tutorial is for newbies that want a simple script for displaying content in their site for X amount of time.

| Hits: | 11 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-04-19 |
Program in PHP simple calendar in 8 steps
Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css & html all in 1 very powerful script.

| Hits: | 15 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-06-15 |
Displaying date and time
The date and time we will show how to display in this tutorial is the one specified by the server which is hosting our pages. In case you want to display a different date or time (p. e., your clients are mostly from Belgium but your server is located in US and you want to display the local time in Belgium) you will find how to do it latter on this page.

| Hits: | 72 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Show Date and Time
This site is dedicated to all the web designers out there who are struggling to start a website. Our goal is to teach you the basic of web design so that you can know understand the subject better and using your own knowledge develop it as much as you can. This site contains tutorials based on:

| Hits: | 42 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Time and Date
If you wanted to include the date into your page find which format from the above code you like best and then place it in your file.

| Hits: | 76 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
How to convert date to time and back
MySQL spits out date in YYYY-MM-DD format. The following code will show how we can customize the output.

| Hits: | 122 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
Creating a dynamic 24 hour image based clock in PHP
In this tutorial I aim to show you one of the many ways of showing the time on a webpage. Many websites use a textual display of the date and time on their site. In this tutorial we will be creating a unique graphic clock using PHP.

| Hits: | 47 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
Date & Time Functions - Learn How To Put The Date & Time Using PHP!
Below it shows you how to create and use the date and time functions The date and time functions are: Code: This will output: Fri Jan 03, 2003 12:01:21 (or the current date/time) To change the formatting of the date and time you only need to change the syntax in the quotes to suit your new purpose.

| Hits: | 55 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
PHP date() function
Ever look at a light switch and wonder, "Hm, I wonder if I could use a switch to minimize my mess of if()'s into some sort of readable block of code..."? Well, if you have, then you'll be happy to know I've written up a tutorial just for you!

| Hits: | 113 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
Date & Time Functions
When developing a website with PHP it is often beneficial to report server times and/or dates. On its own this ability is quite useful, but in combination with further scripting, it allows you to account for time zones, datelines, etc, thus improving the overall user experience. The popular forums software Vbulletin, for example, supports these functions natively. Best of all, you can output the current server date/time with the simple PHP instruction:

| Hits: | 105 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
Working with dates and times in PHP
Let’s discuss dates and times and how we use them in PHP projects. The date and time functions allow you to use the time of the server that PHP is running on so keep in mind that this function will depend on the local setting of your server.

| Hits: | 80 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |
Working with dates and times in PHP
Let’s discuss dates and times and how we use them in PHP projects. The date and time functions allow you to use the time of the server that PHP is running on so keep in mind that this function will depend on the local setting of your server.

| Hits: | 61 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-06 |