We developing this application using PHP and MySQL. PHP is the scripting language and the MySQL is the database management system or database back-end. Since this is a web app all the pages are constructed using HTML because it is the web language. Additionally we need to use Java Scripts and CSS to complete page behaviors and look and feel.
We use CW Calendar plug for pop-up calendars to enter data where it needs.
Page is divides mainly in to three sections.
- Header
- Contents
- Footer
Header and footer is common contents for all the pages throughout the site. Header contains basic HTML elements, css, java scripts and database connection information. We also uses session control to check user login status and other privileges. In the footer contains closing HTML tags and database connection close statement.
Content are is unique to its page contents. Header and Footer are included using include() php function.
db_connection.php is the PHP database connection script file.
calendar.js and cwcalendar.css are CW Calendar plugin files.
style.css is the main style sheet for the site.
header.php is the header file
footer.php is the footer file.
In the next chapter lets explore more in these files.
0 comments:
Post a Comment