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


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

Displaying category selections in pre-determined to implement Business Directory
Old 04-09-2010, 02:44 PM   #1
jcimb
Calendar User
 
jcimb is offline
Join Date: Mar 2009
Posts: 12
Default Displaying category selections in pre-determined to implement Business Directory

I have implemented the EPC here as a Member Business Directory: http://www.nvfpc.org/findaprofessional.php

Now I would like to list it sorted by business type. So I think I would take the category 'Members' and create selections such as Assisted Living, Caregivers, Financial Services, etc.
To show the list, I would have repeated lines of code where I would change the category ($showCat) then call calendar.php repeatedly such as: (assume for now that other variables would be set also)

HTML Code:
<p>Assisted Living</p>
PHP Code:
<?php
$showCat
="a|2|6";
$template="mytemplate.php";
require (
"calendar/calendar.php");
 
?>
HTML Code:
<p>Caregivers</p>
PHP Code:
<?php
$showCat
="a|2|8";
$template="mytemplate.php";
require (
"calendar/calendar.php");
 
?>
etc.

Questions: Is this a good way to implement this?
Would this adversely affect the server by having repeated calls to the database?
 

Old 04-09-2010, 04:33 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

You can do it this way. It would depend on your server and if it's capable of the multiple SQL calls in an efficient manner. I think you'd just need to try it to see.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 
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
Don't Be Like Mike - and a Category question HoosierMike General Support 2 05-23-2006 09:42 AM



All times are GMT -4. The time now is 05:35 AM.


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 |