Jump to content

New Project Advise


HawkCode

Recommended Posts

Hi,

I still new to PHP Programming and have my first major app to do.

We are an organization that has a convention every 2 years. Well we have one this year and I need to put on-line registration up.

The problem:

There are several payment options, Like 1 Person Non-Member, 2-5 From same company non-member, Over 5 from same company non-member, well you get the idea. There are like 7 of these pay structures.

Figuring our what to charge for what they pick isn't hard, it's for each individual a form needs to be filled out, Name, Address etc. But there are also some additions that they can add like a golf tournament, tour or what ever. These are added to the price.

After the forms data is entered it needs to be captured to a database then emailed to the office. Also needs to collect payment information and send to Authorize.Net.

I'm just having a little difficulty figuring a way to do this. Of course a Dektop app would be a piece of cake, just not sure of the best way for a web app.

Big Thanks In Advance!!

Rich
Link to comment
Share on other sites

The processing of the input data from the form, the db updates, email etc aren't much different from a desktop app. The main difference is the user interface since this is on the client.

Once the data is submitted, the input form is no longer there. If you want to validate data you need to completely replenish the form with error messages and user-entered data and then go throught the cycle again of receiving the input and processing it.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.