Steve Ollis
05-02-2005, 10:00 PM
Hi.
Please find attached a little hack of the `Last X Posts' by TRE@phase1media.com.
I needed to the be able to display upcoming events on a website I maintain, and couldn't find anything that did this.. so I coughed this little furball up.
Download it, and edit it to put in your database details. If you are using this, and your client base is primarily US Centric, search for "US Users" in the script. Then insert the following into your index.php file...
<?php
include ("next_x_events.php");
?>
An example of this in action can be seen at the VATPAC website (http://www.vatpac.org/)
Please let me know if you find this useful..
Thanks
Steve Ollis
Please find attached a little hack of the `Last X Posts' by TRE@phase1media.com.
I needed to the be able to display upcoming events on a website I maintain, and couldn't find anything that did this.. so I coughed this little furball up.
Download it, and edit it to put in your database details. If you are using this, and your client base is primarily US Centric, search for "US Users" in the script. Then insert the following into your index.php file...
<?php
include ("next_x_events.php");
?>
An example of this in action can be seen at the VATPAC website (http://www.vatpac.org/)
Please let me know if you find this useful..
Thanks
Steve Ollis