groups

name language licence
number replace PHP Other
styles.php Other Other
create random number Other Other
PQP add code PHP Other
htaccess redirect data phones HTML Other
simplepie google calender intergration PHP Other
.htaccess file upload bigger PHP WA
captcha HTML Other

< 1 2 >



language: PHP
licence: Other

simplepie google calender intergration

options: view full snippetsend to code collector
<?php

//v0.91: Nice error message if there are no events to display, requested by Tomas. Thanks!
//v0.90: Feature: clickable links in descriptions (start them http://). Thank you, Adam!
//       Feature: display end times, requested by Lucy. Thanks!
//       Feature: group by date, requested by Lucy. Thanks!
//       Note: I now use PHP5 - while this code should continue working in PHP4, beware!
//       http://james.cridland.net/code


/////////
//Configuration
//

// The 'Calendar ID' code (as shown in your 'calendar settings' page)
	
(Continues...)