I have a customer who wants me to set up a site with a number of pages with the following requirements:
Page A - which resides in a private directory so only he as access to it (this part is set up, btw) -needs to have a list of items on the page - along with a checkbox for each item. When he checks a box, at his discretion, it will appear in a list on Page B so that until the box is checked, that item does not show on page B.
On Page B, the item will appear as a Name and Thumbnail graphic for that item, along with an abbreviated description of that item. The Name, Thumbnail and "learn more..." at the end of the abbreviated description will all link to Page C, which will be a full description of the item, along with a couple of more pictures/graphics.
Both Page B and C will be visible to the public.
The items are categorized by type (such as restaurants, transportation, accommodations), and some of those items may appear in more than one category. Page B would be considered the category page, so there will be a number of Page B's, as well as a number of Page C's (one for each item).
If an item is checked, it should already be cross-referenced by category so that if it falls into two different categories, it will appear an two different Page B's, according to category (something like if Holiday Inn was an item and he checked it, it would appear on the Page B for restaurants and also on Page B for accommodations).
Thanks much for any direction you can give me with this project.
Embedding flash object in Else statement
This is my first major project in PHP and I'm having some trouble embedding a flash object in an Else statement. I've googled it several times, and looked at several sites and they all seem to
Not Loading Function Into Div
I'm not sure whether to put this under the php forum or ajax forum but because I tink it's more of an issue wit the php code itself I decided to put it here. I came across this file from a friend that
opening a window with after form submission
I know this this forum has nothing to do with JS, but i'm trying to use it with my php script. What i'm trying to do, and i'm not 100& sure i'm doing right, is after someone has submitted the
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like, I want it do something like this:Quoteecho $a1;echo $a2;echo $a3;echo $a4;echo $a5.$b;echo $a6;And
set xml path in flash when xml created in memorystream and webrequest
i am creating an xml file using memory stream and i want to load this xml file into the flash on client scriptso the flash can load data from the streamed xml but i am unable to give path in xml guide
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y int 3' in an easy way with maybe a for loop or something?I want the data entered to be like this:0x
Logic question
im wondering what's the best method to do the above list:it is for alliance @ MMORPG game -the administrator of alliance have 10 slots for creating ranks ... each rank have it's own permissions (in
retrieving policy name inside the function called by this particular policy
Hi there,
Calander Basic Spript help
hi, just starting out with PHP and have the following script: <?php //This gets today's date $date =time () ; //This puts the day, month, and year in seperate variables $day = date('d', $date)
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page'] value in the browser. I need this value because it is passed when I go to other pages on the