Web Hosting Talk







View Full Version : ATT ALABANZA HOSTS: Order Page (PLEA FOR HELP!)


successful
07-11-2001, 01:32 PM
We have seen quite a few posts on this board from other Alabanza hosts requesting assistance with creating customized order forms. It's a pretty simple process to create a simple order form that posts to Alabanza's order.cgi. What we're looking for is a script that will do this in the background and possibly post the order to our own database as well. We've seen this order scripts like this at:
http://www.netfronts.com/
http://www.veoweb.net/

and a few others.

I'm not a big programmer but it doesn't sound like this would be a big deal to create. Basically you should be able to use PHP + cURL to open a connection to the DSM order form with the details captured from the order form, this would return the confirm order details page to the script etc.

I am willing to pay someone to create this script and I would be glad to share it with any other Alabanza hosts.

Brad
07-12-2001, 04:14 PM
Try this one, it's called multiform, is a PHP script and it seems to do what you need with a little modification. Look in their forums and you will see example code for submitting to multiple forms or redirecting to another ..

I don't care for their forums there much, be prepared to weed through it. This message subject in there forums has instructions for doing what you want. "multi-form redirect on submit?"

Multiform
http://www.452productions.com

Good luck


Originally posted by successful
We have seen quite a few posts on this board from other Alabanza hosts requesting assistance with creating customized order forms. It's a pretty simple process to create a simple order form that posts to Alabanza's order.cgi. What we're looking for is a script that will do this in the background and possibly post the order to our own database as well. We've seen this order scripts like this at:
http://www.netfronts.com/
http://www.veoweb.net/

and a few others.

I'm not a big programmer but it doesn't sound like this would be a big deal to create. Basically you should be able to use PHP + cURL to open a connection to the DSM order form with the details captured from the order form, this would return the confirm order details page to the script etc.

I am willing to pay someone to create this script and I would be glad to share it with any other Alabanza hosts.