How to design shoping site

  • Thread starter Thread starter Sukh
  • Start date Start date
S

Sukh

My client given me requirement to design ecommerce shopping site and
his main requirement is he want to display item photo's with price and
brief detail on site and he wants to change these items daily without
compiling the site. Can any one help me how to approach for this. Any
url/link or any idea..
Thanks in Advance
Sukh.
 
Yes, use a SQL database as a back end. Give him a screen to update the
prices in the database.
 
Thanks Sirfunusa,
I can store information in SQL but how to change the photograh, where I
store images and how to maping of it.
 
Use the HTML File Input control, to allow uploading of files. Then
store the pics in the file system, and store the path in the database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top