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
https://forums.phpfreaks.com/topic/71829-very-basic-question-im-sure/
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.

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.