Forum Moderators: open
The objective is to go with dynamic pages and integrated shopping cart/order taking. This will streamline the user experience and make changing pricing, products, etc. much faster.
So, my question for you people who have done this plenty of times before: is there a preference for ASP, CFM, or some other flavor of database integration? We're using UltraDev 4 as our primary tool. How about a shopping cart script that isn't more than a few hundred bucks? Any pitfalls or things to watch out for with any particular approach?
I know there are lots of ways that we can go, and many will work fine, but I'd hate to go down a blind alley and have to rework the whole thing later. Any input will be appreciated.
(Once we make dynamic pages, then we can figure out how to make them look static... :))
Visit [zend.com...] to learn more
Anyways, good luck! I recommed downloading FoxServ [prdownloads.sourceforge.net] for using PHP on a windows machine.
Rich
(edited by: sugarkane at 7:06 pm (gmt) on July 19, 2001(edited by: stickytape at 9:40 pm (gmt) on July 19, 2001
I haven't worked with PHP before. Are there actual major e-commerce sites that use PHP scripting? Any security issues associated with PHP? Thanks... :)
I'm not aware of any security issues in PHP in itself - but following the usual rules for writing secure scripts in any language is always a good idea :)
About writing your own cart program. Well, I think sugarkane hit it on the head. If you're going to be dealing with loads of e-com sites then it's going to be one heck of a lot better to know the ins-and-outs of the script you are using. It's also great practice in writing PHP as well, because a cart program will be using just about all the basic functions of PHP as well as a lot of the more complex ones.
If you want to have a look at examples of carts then try here [prdownloads.sourceforge.net]. Hotscripts.com is by far the best place that I've found to find some code, and have a mooch if you're not sure what you're doing.
Anyways, good luck!