This is a discussion on Auto Update Copyright [PHP] within the PHP Programming forums, part of the Web Development category; Have you ever made a site and always had to change the copyright? Here is a PHP code which will ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Have you ever made a site and always had to change the copyright? Here is a PHP code which will automatically update to the current year <?PHP $date = date('Y'); echo ("Copyrighted 1950 - $date"); ?> What that script does it, it outputs the current date! |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto Resize Applications in J2ME ? | itbarota | J2ME | 8 | 09-30-2008 04:44 AM |
| can i make auto login? | saravanan | Operating Systems | 0 | 03-21-2008 05:33 AM |
| Googlebot Auto Email | Sabari | PHP Programming | 20 | 12-05-2007 07:00 AM |
| How to create an auto startup application on WM5 ? | theone | Windows Mobile | 1 | 07-30-2007 03:49 AM |
| copyright material | neo-enigmax | Web Design Help | 6 | 03-31-2007 10:27 PM |