Pizza ordering system

Reply

Join Date: Jan 2009
Posts: 123
Reputation: shasha821110 is an unknown quantity at this point 
Solved Threads: 2
shasha821110 shasha821110 is offline Offline
Junior Poster

Pizza ordering system

 
0
  #1
Feb 25th, 2009
Hi, all
i have one project about doing pizza ordering system using PHP+XML
So about the design website part i already have bunch of ideas.
The part make me stuck is the XML part.
The following is what required:
  • .
Spend some time thinking about how best to represent this menu as XML, keeping these goals in mind:
  • 1
It must be easy for someone less technical than you to make changes to the menu. The XML should be straightforward to read and alter.
  1. 2
You must somehow keep track of each item’s category, name, price(s), size(s), and description, if any.
  1. 3
You should avoid duplication of data. Just because Three Aces sells Tomato & Cheese pizzas in two sizes, that doesn’t mean “Tomato & Cheese” needs to appear twice in your file!
  1. 4
Your model should be extensible. If Three Aces eventually decides to sell medium pizzas, they shouldn’t need to call you!

Any ideas will be really appreciated and BOW.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 197
Reputation: FlashCreations is an unknown quantity at this point 
Solved Threads: 17
FlashCreations's Avatar
FlashCreations FlashCreations is offline Offline
Junior Poster

Re: Pizza ordering system

 
0
  #2
Feb 25th, 2009
Well first it might help to actually list what is required instead of putting . and numbers. Also, we are not PHP contractors. We can help you with code that's already written (or in the process of) but we aren't here to write a full site and hand it over to you. If you would be intersted in coding this yourself, W3Schools has a great PHP tutorial that should get you started. Try it here.
FlashCreations
(aka PhpMyCoder)

About Me | My Blog | Contact Me
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 3,761
Reputation: nav33n is a jewel in the rough nav33n is a jewel in the rough nav33n is a jewel in the rough 
Solved Threads: 332
Moderator
Featured Poster
nav33n's Avatar
nav33n nav33n is offline Offline
Senior Poster

Re: Pizza ordering system

 
0
  #3
Feb 25th, 2009
Seems like a homework question to me!
Ignorance is definitely not bliss!

*PM asking for help will be ignored*
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 123
Reputation: shasha821110 is an unknown quantity at this point 
Solved Threads: 2
shasha821110 shasha821110 is offline Offline
Junior Poster

Re: Pizza ordering system

 
0
  #4
Feb 25th, 2009
Well its an assignment.
Just want to have some ideas, didn't ask for code or anything.
Thanks
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 525
Reputation: Will Gresham is on a distinguished road 
Solved Threads: 86
Sponsor
Will Gresham's Avatar
Will Gresham Will Gresham is offline Offline
Posting Pro

Re: Pizza ordering system

 
0
  #5
Feb 25th, 2009
Ideas/Suggestions:
1. Read up on XML
2. Read up on PHP (especially Multidimensional and associative Arrays - they will help no end on this sort of project)
3. Look at other peoples (open source) work for ideas
4. Design
5. Find flaws in design
6. Start coding
7. Ask Daniweb for assistance if something doesn't work (and provide relevant code snippets)

Hope that's enough to get you going.
Last edited by Will Gresham; Feb 25th, 2009 at 11:00 pm.
AJAX is not a programming language, scripting language or any other sort of language.
It is acheived by using JavaScript http functions.
So, AJAX = JavaScript.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 123
Reputation: shasha821110 is an unknown quantity at this point 
Solved Threads: 2
shasha821110 shasha821110 is offline Offline
Junior Poster

Re: Pizza ordering system

 
0
  #6
Feb 25th, 2009
Well, i am kind of open source fan!!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,861
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 120
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Pizza ordering system

 
0
  #7
Feb 26th, 2009
Originally Posted by shasha821110 View Post
Well, i am kind of open source fan!!
I do not think you will find any readymade opensource php code base for pizza ordering .
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 123
Reputation: shasha821110 is an unknown quantity at this point 
Solved Threads: 2
shasha821110 shasha821110 is offline Offline
Junior Poster

Re: Pizza ordering system

 
0
  #8
Feb 26th, 2009
i didn't want to find it in opensource anyway
Just mean i am a fan.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 103
Reputation: jakx12 is an unknown quantity at this point 
Solved Threads: 4
jakx12's Avatar
jakx12 jakx12 is offline Offline
Junior Poster

Re: Pizza ordering system

 
0
  #9
Feb 28th, 2009
i suggest just building a cms, with a simple cart system, and using perhaps paypal or something like that to accept online payments.
Personally i do not use xml, but will be glad to help you with PHP aspect if it.
Im stuck for a project at the moment!

jakx12
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 257
Reputation: samarudge is an unknown quantity at this point 
Solved Threads: 20
samarudge samarudge is offline Offline
Posting Whiz in Training

Re: Pizza ordering system

 
0
  #10
Mar 1st, 2009
Would it not be easyer to use some sort of SQL (MySQL) database?
My Blog, Life and everything that matters to me - SamRudge.co.uk

2x Macbook Pro's, 1x Mac Pro, 1x iMac, 2x Macbook's running Fedora linux - In conclusion, I hate windows =)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 1448 | Replies: 10
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC