Need some help with a script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DragonMistress
Forum Newbie
Posts: 2
Joined: Thu Dec 18, 2008 12:34 am

Need some help with a script

Post by DragonMistress »

Ok, I'm having a hell of a time with this script(s)...probably just too tired to think straight but need to get it done ASAP...so perhaps someone can give me some assistance, or atleast point me in the right direction.

1. First page will be a multi-select checkbox with about 200 values saved to mysql database. User must click 30 of these.
2. Second page will display the the 30 items from the first page as new checkboxes (and directions) and they can click any number.
3. Third page will display the items checked from the second page as just text, with text boxes next to it (with directions).
4. Last and finally, the user will have a page displayed that shows all other users that match atleast 20 out of the 30 checkbox values from the first page.
syth04
Forum Newbie
Posts: 14
Joined: Thu Dec 18, 2008 12:12 am

Re: Need some help with a script

Post by syth04 »

DragonMistress wrote:Ok, I'm having a hell of a time with this script(s)...probably just too tired to think straight but need to get it done ASAP...so perhaps someone can give me some assistance, or atleast point me in the right direction.

1. First page will be a multi-select checkbox with about 200 values saved to mysql database. User must click 30 of these.
2. Second page will display the the 30 items from the first page as new checkboxes (and directions) and they can click any number.
3. Third page will display the items checked from the second page as just text, with text boxes next to it (with directions).
4. Last and finally, the user will have a page displayed that shows all other users that match atleast 20 out of the 30 checkbox values from the first page.
What all do you have so far? Or would you like someone to write it for you?
DragonMistress
Forum Newbie
Posts: 2
Joined: Thu Dec 18, 2008 12:34 am

Re: Need some help with a script

Post by DragonMistress »

I have the first page done, its the second page, bringing the checked boxes from the first back into it as more checkboxes. I also have the third page done, I can get the results back in as text. And then I need the final page. This is actually all being done as an extension for the Joomla CMS.
Post Reply