3 projects tagged "English"
GentleSource Guestbook allows you to put a guestbook on your Web site. Your visitors can sign it and leave a message. The entries can be edited and deleted in the admin area. In order to prevent the script from being abused by automatic spam bots, you can enable the CAPTCHA feature. Visitors have to ensure that their browser supports and accepts cookies, otherwise the comment cannot be verified.
ApPHP Hotel Site is a PHP script for creating a hotel management and reservation Web site. This script can be used to manage small to medium-sized hotels, holiday flats, or guest houses. Visitors to a hotel's site will be able to search rooms for their availability with an online booking reservation system. They also can view room inventory, check availability, and book reservations in real time.
siqqel is a simple and lightweight framework which allows you to execute MySQL queries directly from your browser (by transforming them into JSON calls to a backend script), displaying the results of your queries within the structure of the calling HTML document. To issue a query and have its results displayed in a table of your HTML document, you simply put an SQL statement into the "sql" attribute of a <table> element and it will be executed when you open the HTML document in your browser. Your browser will wrap the SQL statement into a JSON call, and this call will be issued to a backend script on your server, which in turn issues the statement against your database server and returns the result set back to your browser. Your browser will display the result set in the according table. If you hover your mouse over the table, a "reload" icon will be displayed, allowing you to re-issue the SQL statement without the need to reload the whole page.