This document is a model paper for a course on Web Applications Development using PHP & MySQL at Jagarlaudi Kuppuswamy Choudary College. It consists of two parts: Part-A requires answering four questions related to PHP variables, datatypes, object-oriented concepts, and more, while Part-B involves answering four questions on conditional statements, string manipulation, forms in PHP, and working with MySQL data. The total duration is 3 hours with a maximum score of 60 marks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views
Model Paper ( PHP & MYSQL )
This document is a model paper for a course on Web Applications Development using PHP & MySQL at Jagarlaudi Kuppuswamy Choudary College. It consists of two parts: Part-A requires answering four questions related to PHP variables, datatypes, object-oriented concepts, and more, while Part-B involves answering four questions on conditional statements, string manipulation, forms in PHP, and working with MySQL data. The total duration is 3 hours with a maximum score of 60 marks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
JAGARLAMUDI KUPPUSWAMY CHOUDARY COLLEGE, GUNTUR-6
Web Applications Development using PHP & MYSQL
Model Paper ( COURSE – CS13 ) TIME: 3 Hour Max Marks : 60 Name : Roll No: PART-A
Answer Any Four Questions(4x5M=20M)
1. Explain about PHP Variables.
2. Explain about Datatypes in PHP. 3. Explain the Object Oriented Concept. 4. Explain Date and time functions with example program in PHP. 5. Define Form and Explain “ Sending Mail on Form Submission”. 6. How to combine HTML and PHP code on a single page. 7. Write the differences between MYSQL and MYSQLi. 8. How to connecting to MYSQL with PHP.
PART-B
Answer Any Four Questions (4x10=40M)
9. Explain Various Conditional Statements in PHP.
( OR ) Explain about PHP function and their types with examples.
10. Explain String Manipulation with PHP.
( OR ) What is an Array? Explain some Array Related Functions with example programs.
11. How to create Forms in PHP with example.
( OR ) What is Session? How to handle Sessions in PHP.
12. Write the steps for record addition in your application Online Address Book. ( OR ) Explain Working with MYSQL Data in PHP.