|
|
|
| Here I¡¯ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It¡¯s a very simple script and is accurate to 0.000000000000001 seconds. |
|
|
|
| Hits:
188 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Feb-07-2006 |
|
|
|
|
|
| Most of the time, the date and time functionalities of PHP 5 are used for printing out the current date and time¡ªto pretend that the web page is up to date (you would be surprised how many larger websites actually use this). But apart from that, working with date and time in PHP offers many other possibilities, most of which you will find in this chapter. |
|
|
|
| Hits:
147 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Dec-04-2005 |
|
|
|
|
|
| This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly. |
|
|
|
| Hits:
501 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jun-14-2005 |
|
|
|
|
|
| Tutorial was written for the newbie PHP programmer to show how to use the date function to display the date using PHP. We also show you the aruments to pass to the date function to display the date the way you want it. Also included are examples. |
|
|
|
| Hits:
607 |
|
| Ratings:
4.33 |
|
 |
|
|
|
|
|    Date Added: Jul-04-2005 |
|
|
|
|
|
| This tutorial will teach you how to add server date and time to your site using the simple date() function. |
|
|
|
| Hits:
1023 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-24-2005 |
|
|
|
|
|
| Ever wanted to know what time it is on your site? Here is a very basic and simple way of doing that! |
|
|
|
| Hits:
798 |
|
| Ratings:
3.40 |
|
 |
|
|
|
|
|    Date Added: Aug-10-2005 |
|
|
|
|
|
| This will calculate and show how many days there are from the current date to a date in the future that you define. |
|
|
|
| Hits:
1069 |
|
| Ratings:
3.75 |
|
 |
|
|
|
|
|    Date Added: Jun-02-2005 |
|
|
|
|
|
| Given two dates, you can use this function to calculate the difference between them in terms of the number of years, months, weeks, hours, minutes and seconds. |
|
|
|
| Hits:
798 |
|
| Ratings:
3.23 |
|
 |
|
|
|
|
|    Date Added: Jun-06-2005 |
|
|
|
|
|
| With this function, you can convert a mysql datetime datatype into any other format. This way, you only need to declare the function once and be able to format your dates everywhere in your document. |
|
|
|
| Hits:
812 |
|
| Ratings:
3.19 |
|
 |
|
|
|
|
|    Date Added: Aug-24-2005 |
|
|
|
|
|
| A code snippet that displays today's date in the title bar of your web page. |
|
|
|
| Hits:
750 |
|
| Ratings:
3.13 |
|
 |
|
|
|
|
|    Date Added: Jul-21-2005 |
|
|
|
|
|