期刊名称:Faculty of Computer Science and Information Technology
出版年度:2011
卷号:0
期号:0
语种:English
出版社:Faculty of Computer Science and Information Technology
摘要:The rapid development of internet gives a significant influence in all aspects of life. One of the information services that is popular among computer users today is the use of more dynamic web page. PHP is a server side technology. It means that the program run on the server side and also the program files are placed on the server computer, where later it will be translated by the server. Thus, when it is viewed from a clients browser, the program can not be seen, but only the outcome of the program can be displayed. This is also what makes server-side programs most often used to create web applications than the client-side pure program. Based on these phenomena the author is interested in creating a web application of hotel room online booking by using PHP, and MySQL. This thesis describes step by step how to develop the web and how to connect it to the web server.