Jump to content

Very Basic Question I'm Sure


doublebassdanny

Recommended Posts

Hey all,

 

I'm sure this is very simple, but I have no php experience really so I am lost. Basically what my objective is is to build a small webpage with fields where the user selects certain words which contain values and then they hit submit. The values are calculated and presented to the user as the final price. The user can either decline this price or accept. Upon clicking accept, they are prompted for contact information and that contact information along with the final price they were presented with is emailed to an email address.

 

Well, it doesn't sound so simple to me now, heh heh.

 

Here's a perfect example of what I'm looking for though: http://www.accountbay.com/sell/register1.php

 

 

Thanks in advance!

Link to comment
Share on other sites

It's actually going to be used as a value calculator for characters in World of Warcraft. It will allow a user to instantly get a quote on the value of their character based on it's different features then send that quote off to me for verification. But all the payments will be sent manually via PayPal.

 

So in short, there's no payment system or anything I need attached. Just a value calculated, displayed and then e-mailed.

Link to comment
Share on other sites

you'll want to set up a MySQL database containing all character attributes, weapons, spells, skills, special abilities, tons of WoW items both normal and special, all given a value perhaps depending on character type, XP, etc. Then you'll need to provide a method for the user to set and/or select these values to query the database for an estimated character value. oh yeah, then email the results...

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.