2D Graphics
Audio Editing
Video Editing
The date() function displays a formatted local time/date.
How to get the start and end date of the prior week to the current one in PHP.
In PHP, to have today's date you can use the built in function date() or the following function I wrote, to make sure to add the correct time zone with the day light saving.
Display a greeting which matches the current time, using PHP. Whether it is morning, afternoon, evening or night, follow this tutorial to learn how to automatically detect the time and show the appropriate text.
If you need to find the age of somebody with the date of birth,here is a simple function for that. .
Finding the end of the month from today's date can be very useful specially for commercial business that need to work out future payments.
In PHP, despite the big choice of functions, there is not a specific function to add an interval of time, that could be a day, hour, month or year to a given date, therefore we have to code something to do the job.
Learn how to translate date into your language, also you will learn how to use if, else and elseif.
Want to display when the page was last modified? Use this script.
Learn how date() function works, handles and how to format it for your needs.
-
How to create a basic rating system -
Easy PHP Private Messaging System -
PHP Begginners Tutorial -
Creating a Website Design Templating System Using PHP -
Passing information between pages -
Basics of OOP -
Image Uploading With Auto Thumbnails Using PHP -
Subtract Dates -
Advanced PHP -
Basics of Object Oriented Programming
-
Creating a Simple Quiz Script -
Subtract Dates -
Easily Integrate FCKeditor with MYSQL database -
Easy PHP Private Messaging System -
Advanced PHP -
PHP GD Library Cropping Images whilst Maintaining the Aspect Ratio -
Building Form Applications in Joomla using CK Forms -
Building Feedback Form with php -
Create a zip file from folders on the fly with PHP -
FTP Upload via cURL