Sie sind auf Seite 1von 2

15SE328E - Programming In PHP LTPC2203

UNIT I: PHP FUNDAMENTALS

1. PHP – Exploring the PHP Environment – HTML Embedding


2. Comments - Variables
3. Data types – Operators – PHP String functions
4. Controls Structures
5. Arrays – Types – Multi dimension array – Array functions
6. Functions in PHP

UNIT II: PHP OO LANGUAGE


7. Introduction – Object, Class, new Keyword, Constructor, Destructor
8 .Accessing Methods and Properties Using the$this Variable
9 .Class Constants, Cloning Objects, polymorphism
10. parent :: and self :: , instanceof Operator, Abstract method and Classes
11. Interfaces and Inheritance of Interfaces. Final methods, Overloading
12. Exception handling

UNIT III: WEB PAGES WITH PHP 06


13. Embedding into HTML, User Input, Safe Handling user Input
14. PHP Form, form processing
15. Working with Form Data, GET, POST, REQUEST
16. Reading Data in web Pages
17. Performing Data validation, required data, number , text
18. Cookies and Session in PHP

UNIT IV: WORKING WITH DATABASE


19. MySQL, Creating Database and Table, CURD
20. JOIN, Aggregate Queries
21. Connecting to MySQL with PHP, Accessing and Updating Database with PHP
22. SQL injections
23. Prepared Statements

UNIT V: ADVANCED CONCEPTS


24 File Handling -Create, Open, read, write to files
25 Working with FTP in PHP
26 PHP mail functions, Advanced mail functions
27 Building and Formatting dates and times
28 PHP filters

TEXT BOOKS
1. Steven Holzner, “PHP: The Complete Reference”, Tata McGraw Hill Education, 1st Edition,2007.
REFERENCE BOOKS/OTHER READING MATERIAL
2. Luke Welling, Laura Thomson, “PHP and MySQL Web Development”, Pearson, 4th Edition, 2009.
3. Larry Ullman, “PHP and MySQL for Dynamic Web Sites”, Prentice Hall, 4th Edition, 2016.
4. George Schlossnagle,“Advanced PHP Programming”, First Edition, Sams Publishing, 2004.
5. http://www.w3schools.com/php/
DETAILS OF TUTORIALS

1 Installing and Configuring XAMPP or WAMPP Web Server


2 Installing and Configuring MySQL Server
3 Case Study: For the given application, the students has to implement the classes and methods.
4 Case Study: Create and includes the necessary exception handling statements inside the
applications
5 Case Study: Create the webpages for the application
6 Case Study: implement validation for the web pages using PHP Scripts
7 Case Study: Implement the Session and cookies to manage the user sessions
8 Case Study: Create the necessary database and tables for the given application
9 Case Study: Write the code to interface the database with the web application
10 Case Study: Implement the file handling to enable user to upload and download files
11 Case Study: Implement the graphing function using PHP Library
12 Case Study: Implement the mailing to enable the user to communicate
13 Case Study: implement the PHP filters in the application and deploy the same in XAMPP

Das könnte Ihnen auch gefallen