0% found this document useful (0 votes)
42 views1 page

3rd Sem Skill Syllabus PHP

The document outlines a Skill Enhancement Course (SEC) for Web Development focusing on PHP and MySQL, consisting of both theory and practical components. The theory section covers essential PHP concepts, including variables, functions, and database interactions, while the practical section includes lab exercises such as creating PHP pages, implementing functions, and working with MySQL. Reference books are provided for further reading on PHP and MySQL.

Uploaded by

sahilsahil69221
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views1 page

3rd Sem Skill Syllabus PHP

The document outlines a Skill Enhancement Course (SEC) for Web Development focusing on PHP and MySQL, consisting of both theory and practical components. The theory section covers essential PHP concepts, including variables, functions, and database interactions, while the practical section includes lab exercises such as creating PHP pages, implementing functions, and working with MySQL. Reference books are provided for further reading on PHP and MySQL.

Uploaded by

sahilsahil69221
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

3rd SEMESTER

COMPUTER APPLICATIONS
(WEB DEVELOPER)
SKILL ENHANCEMENT COURSE (SEC)

WDP322S: INTRODUCTION TO PHP AND MYSQL


CREDITS: THEORY: 2, PRACTICAL: 2

THEORY (2 CREDITS)

UNIT 1 – INTRODUCTION TO PHP (20 LECTURES)

Essential PHP. Creating a simple PHP program. PHP Building Blocks- Variables, Data Types,
Operators and Expressions. Switching Flow, Loops , Functions- Calling, Defining Returning Values,
Variable Scope Static Functions , Arrays, Array related Functions. Working with Objects- String, Date
and Time
Working with Forms. Working with Cookies and User Sessions. Working with Files and Directories

UNIT 2 – PHP AND MYSQL (10 LECTURES)


Basic SQL Commands, Transactions and Stored Procedures.
Interacting with MYSQL using PHP- Creating Databases and Tables with PHP

REFERENCE BOOKS:

1. Steven Holzner, "PHP: The Complete Reference Paperback", McGraw Hill Education (India), 2007.
2. Timothy Boronczyk, Martin E. Psinas, "PHP and MYSQL (Create-Modify-Reuse)", Wiley India
Private Limited, 2008.
3. Robin Nixon, "Learning PHP, MySQL, JavaScript, CSS & HTML5", 3rd Edition
Paperback,O'reilly, 2014.

PRACTICAL (2 CREDITS)
LAB SHEET- INTRODUCTION TO PHP AND MYSQL

1. Create a PHP page using functions for comparing three integers and print the largest number.
2. Write a function to calculate the factorial of a number (non-negative integer). The function should
accept the number as an argument.
3. Write a program to check whether the given number is prime or not.
4. Create a PHP page which accepts string from user. After submission that page displays the reverse of
provided string.
5. Write a PHP function that checks if a string is all lower case.
6. WAP to sort an array.
7. WAP in PHP to create Login and Logout using sessions.
8. WAP in PHP to parse a sentence and calculate no. of words and punctuation marks.
9. Program to set, retrieve and delete a cookie
10. WAP in PHP to open a new connection to the MySQL server.
11. WAP to create, open, read, write, append, delete and close files.
12. Develop a PHP MySQL Login System.

You might also like