need some help

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
ezhost
Forum Newbie
Posts: 4
Joined: Tue Sep 07, 2004 7:48 am

need some help

Post by ezhost »

i would like for someone to help me with finishing a site for my parents i have been trying to learn php but am stuck with completing the codes i have searched and been trying to complete and change codes for several weeks now but still not getting anywhere the site is for a booking / reservation system for several chalets bookable on a weekly basis for approx 30 weeks per year
look forward to any replies
barry
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Sounds like a commercial system so I doubt that you will get many, if any takers.

What problems do you have with the code ? If you ask for help you will normally get some on the forums. Generally people will not write a complete system for you.
ezhost
Forum Newbie
Posts: 4
Joined: Tue Sep 07, 2004 7:48 am

Post by ezhost »

hi
thanks for reply
the site possibly is commercial as my parents are letting out chalets
http://www.sunriseholidaychalets.co.uk/ ... bility.htm is the link to show what i need help with
maybe i could offer something in exchange but i dont have much cash but either something like some hosting or links
perhaps i could have put this in other section and asked for reasonably cheap prices to get this done
regards
barry
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

1) So what are your problems.
2) I take it you are connecting to a database, which type (guess of MySQL).

As stated previously, if you post with specific problems you may find get the answers you need to complete the site without paying anyone...

On a quick check, I notice you use a lot of javascript... bear in mind that users can have javascript switched off (can cause problems) on commercial sites, especially as validation uses it.
ezhost
Forum Newbie
Posts: 4
Joined: Tue Sep 07, 2004 7:48 am

Post by ezhost »

i was using a javascript cart and tried to integrate with it
the db is sql
the first page i believe is ok but the next page where you select each week wont pass on to next page where i also need to add the extra options which in turn add to the price then go into the/a cart
after cart feature etc the week needs to be changed to booked or reserved
maybe there is a way without javascript
MasonUK
Forum Newbie
Posts: 8
Joined: Tue Aug 10, 2004 5:49 am
Location: United Kingdom

Post by MasonUK »

Have you found anyone yet? If not please let me know on MSN (clarkekiller@hotmail.com)

Hope to hear from u
User avatar
potsed
Forum Commoner
Posts: 50
Joined: Sat Oct 09, 2004 12:00 pm
Location: - South Africa

Post by potsed »

have u tried $_POST['sweek'] and $_POST['eweek'] ???
Post Reply