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