0
General Question
Let's say I've created the website. Now I want users to be able to do bookings via the website. What language must I learn to achieve this?
4 Réponses
+ 3
dont forget about database, i suggest mysql.
but its not just about programing.
you need to analyze the system first. what your system need, what the result will be.
+ 3
Make your booking website in Php, booking data stored in Mysql
+ 1
Of course JavaScript and PHP. I recommend this sequence of the study: HTML - CSS - JavaScript - jQuery - PHP.
0
Thank you.