Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-18-2005, 03:32 PM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2005

Posts: 10

mulesy

Default Loads of help required!!

If anyone can help me id be so greatful..!

Basically i have this project to do for uni and im so stuck its unbelivable.

I have to design a database, which i did last year and have no idea how to even begin, ive done a dvd business

So i need the database to work out how much stock there is, so when someone orders something online its taken out,

The other problem is the website i have to do a a shopping cart and when u click buy it takes it out the database?

Can anyone be of any help my msn is mulesy16@hotmail.com

And if anyones a wizz please please help

Many thanks in advance
Jas
mulesy is offline  
Old 04-19-2005, 02:20 PM   #2 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

php and mysql.

when customer clicks order button it updates the record for that dvd decrementing its quantity in stock field and incrementing its reserved field. I wouldnt have thought you would take it out of the database until it had been shipped. So some backend software/page should do this once it is shipped - i.e. decrement the reserved field on shipping

As for calculating stock you can just read the stock field of your DB.

What databases have you worked with before? (mySQL, access etc...)

Ever coded php before?

what you studying at uni?

what web technologies have you used before? (Perl, JavaScript etc...)
fitzjj is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On