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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.