anthonydamasco Posted July 27, 2007 Share Posted July 27, 2007 Hello! I'm just looking for some advice. I need to setup a custom ecommerce website, and It needs to function like the apple store. Radio buttons that change price as you add parts without reloading the page. Example: www.apple.com/buildpcform Is php capable of this, and where can I find web resources that will help me learn how to this? thank you! Quote Link to comment Share on other sites More sharing options...
lightningstrike Posted July 27, 2007 Share Posted July 27, 2007 Yes php can do this. Learn more about the basics of php's interaction with databases such as postgresql,mssql,mysql,oracle (whichever you have access to). Use google to find some tutorials. PHPfreaks main website already has a few tutorials. You also want to learn more about sessions, http://www.php.net/session. Lastly you want to learn about javascript, css to make your website stylized well. NOTE: This is a very complicated piece of software to develop. Expect that it could take a long time to make on it your own, especially if you do not have previous work with database administration and PHP. EDIT: I also recommend that you learn about AJAX, in order to make HTTP requests in the background. Quote Link to comment Share on other sites More sharing options...
realjumper Posted July 27, 2007 Share Posted July 27, 2007 http://tinyurl.com/ywpqee Quote Link to comment Share on other sites More sharing options...
anthonydamasco Posted July 27, 2007 Author Share Posted July 27, 2007 where on php freaks are tutorials for this? I can't seem to find them Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.