Jump to content

Trying to build a website.


yosser_huges

Recommended Posts

Im starting to get a website underway, And need some help from the people of sunny sunny sheffield.

I need to incoroporate a check box system, simular to a shopping cart on the t'internet, that will allow users to click a box, and have the selection appear on their personal list.

 

I would also like to use a regestration system (no emaul confirmation, just to basicall set up a user/pass so only said user can access their data.

 

could anyone help?

Link to comment
Share on other sites

What programming language do you intend to use? This might be decided by where you host it. There are a number of free programs that will provide free shopping cart systems, if one can be bent sufficiently to suit your purposes.

 

I'm not sure how much you know, but guess that your a newbie.

 

You require a programming language or script or something because plain old HTML will not allow you to do user specific stuff.

Link to comment
Share on other sites

To do any of the login/per user customisation you will need some sort of serverside code in addition to the html the user sees.

 

A common combination is PHP with a MySQL database that many hosts will provide quite cheaply.

 

You may want to look at perl CGI scripts that store their data in files rather than a database (I can't help with this option).

 

Finally, Java. Though I wouldn't recommend this for what you want as hosts will be expensive.

 

Feel free to PM/email me if you want more...

Link to comment
Share on other sites

Got it sorted now using access database, as opposed to a shopping cart system. Just working on the logon screens and regestration .

 

Thanks guys

 

Are you still thinking of making this a website or a desktop application?

Link to comment
Share on other sites

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.