Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > Pre-Sales Questions > General

General Get answers to your questions before purchasing the Easy PHP Calendar.

Closed Thread
 
Thread Tools Search this Thread Display Modes

show event month on page
Old 07-18-2005, 05:33 AM   #1
kim
Calendar User
 
kim is offline
Join Date: Jun 2005
Posts: 45
Default show event month on page

Hi
Is it possible to show text on the page which will pick up the event month

I have an event list and would like to show something like
"Here are events for [monthname]"

Eg page would show Here are events for July etc

Kim
 

Old 07-18-2005, 06:57 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

You could use the $mo and $mth variables for that purpose... Basically, if $mo hasn't been defined, then it's this month. If it is defined, then get the month name for that month's number from $mth.

If you paste this code somewhere after
PHP Code:
<?php $OL=1; require("calendar.php"); ?>
but before the last
PHP Code:
<?php require("calendar.php"); ?>
it should give you exactly what you're looking for.
PHP Code:
if (!defined($_REQUEST["mo"])){
    
$mo date("n"); // yes this is "n" not "m"
} else {
    
$mo $_REQUEST["mo"];
}

echo 
"Here are events for ".$mth[$mo]."<br>"
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get calendar to show up on page. timmybighands General 8 06-13-2005 10:42 AM
Calendar does not show pop-up event info Gee General Support 2 05-23-2005 04:38 PM
How do I get the category names to show in the event listing Kevin Sours General Support 1 05-02-2005 09:45 PM
Month view with event titles on days MileHighToad General 1 01-28-2005 09:57 AM
Posting the next event on a different page? adster General Support 1 11-20-2003 09:09 AM



All times are GMT -4. The time now is 06:29 PM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |