Web Hosting Talk







View Full Version : Simple order form


wesleywo
11-10-2002, 01:38 PM
What I am in need of is:

1) a simple order form with the basics, name,add,city,state,zip etc
2) A check box for whether their domain is registered or needs to be registered.
3) A drop down box for the plan they want.

Heres where I cant go any further......

4) Some code to take the plan price. Figure out if domain needs to be registered if so, add that price to the plan price. Then use those numbers plus my paypal info to send the customer to PayPal with the right amount for credit card processing. In addition send me an email with the form info. PayPal will then send verification of the transaction.

If anyone could help out with this it would be great. I am not able to grasp PHP as of yet. I am even willing to pay 20$- 30$ for some help.

Thanks
Wesley

chrisblack
11-10-2002, 02:17 PM
Hi Wesley,

Have you looked at any of the following sites ..

http://www.cgi-resources.com
http://www.perlarchive.com/guide
http://www.hotscripts.com

They all have scripts that will do a similar thing to your request. Some are free ... other aren't.

You could even take a look at my site :D

Chris

wesleywo
11-10-2002, 02:34 PM
Thanks Chris

I will take a look at each one of those sites for something to work. I have been lookin for a while now. It's hard to find scripts that do exactly what you need. A little hackin' sometimes works but I want to try and find a simple non-hacked php script that will hook me up with PayPal.

I am gonn try my hand at PHP but have been having problems grasping the whole thing that is why I am asking for help.

Thanks
Wesley

chrisblack
11-10-2002, 02:58 PM
Hi,

Well, you will see what a whois script allows users to search for a domain, if it is available they can select their hosting, complete an order form (or link to paypal or rival) and you receive their details. Many existing scripts do this, including mine. If you would like something modifed just let me know.

You could probably achieve what you want in PHP but using Perl would be much much easier (in my opinion).

Chris

Bulldog
11-10-2002, 06:25 PM
First off what language do you want this programmed in?
If you don't know, what kind of a server are you running?

wesleywo
11-10-2002, 07:43 PM
Well I want a set of php pages to do the work. Maybe 1 form page and to code pages. I am on a Unix servers One is RedHat the other is an E-Smith box. I am not concerned with the E-Smith this would be for the RedHat box primarilly then I will port it over to the E-Smith box.

Thanks
Wesley

SatuPortal
12-31-2002, 09:07 PM
Try AlphaOrder14.zip.

You can download this file at my website :

http://www.satuportal.com/alphaorder14.zip

This script looks like modernbill

cfwebworks
01-02-2003, 04:15 AM
Honestly, for 20-30 your not going to get what you need.

I've done this many times, have code and many examples of past experience. Your looking at 50-150 MIN. for a databased solution that integrates a payment processor.

Just my 2 cents.