0
How to develop a hotel reservations using html,css, JavaScript and others for project
How to develop a hotel reservations using html,css, JavaScript and others for project
2 ответов
+ 4
You also need to know how conventtional hotel reservation system works before you can develop a computerized version. Without this knowledge, you have a problem already : )
0
Hi Foster,
I guess you didn't start to develop anything.
You will need AT LEAST :
- H.T.M.L to structure pages of your website ;
- C.S.S to make it beautiful ;
- P.H.P to communicate between your website and the database ;
- A database to save reservations ;
In addition you might need :
- Javascript to make your website become dynamic, more interactive ;
- Ajax to change part of your website without change U.R.L ;
But sure, this is one solution, it has some others but this is a popular way.
By the way, take care tags you are using "java" is not equal to "javascript", they are two differents languages.