Jump to content

I'm trying to do something like this, I need some advice


anthonydamasco

Recommended Posts

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!

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.