I want to design a web app that would allow my sales staff to build quotes through a web page interface. Obviously i will need a database probably MySQL. I would like it to be similar to Dell's customize it part when you configure a server to purchase. I would like it to be dynamic. Any ideas on what would work best for me? AJAX, PHP, Javascript? Thanks
php will make a nice backbone for the application, providing db support and interactivity. Ajax (javascript) will work nicely to provide that dynamic update to the prices after changes are made to the options.