|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| PHP / Perl / Java / JavaScript / CGI Tutorials PHP / Perl / Java / JavaScript / CGI Tutorials Please do not use this Forum to advertise your site or to link to tutorials. |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Creating a Calendar
hello,i'm designing a website and i want to attach a calendar,and link it to the events that is when somebody clicks on a date it shows the events for the specified date,anyone knows how i can do it or if there's any free scripts i can use?
please,i'll appreciate your contribution |
|
|||
|
|||
|
try this coding..........
<?php $today = getdate(); $firstDay = getdate(mktime(0,0,0,$today['mon'],1,$today['year'])); $lastDay = getdate(mktime(0,0,0,$today['mon']+1,0,$today['year'])); ?> |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|