PHP Practical Index
PHP Practical Index
BASIC PROGRAM
1 Write a PHP script to display Welcome
message.
2 Write a PHP script for Addition of two
numbers.
3 Write a PHP script for Swapping of Three
numbers.
4 Write a PHP script to demonstrate arithmetic
operators, comparison operator, and logical
1 operator.
5 Write a PHP script to Check the given
number is ODD or EVEN.
6 Write a PHP script to find maximum number
out of three given numbers.
7 Write a PHP script to Check the given
number is Palindrome or Not.
8 Write a PHP script to Check the given
number is Armstrong or Not.
9 Write a PHP script to print Fibonacci series.
BUILT-IN FUNCTIONS
FORMS
MYSQL DATABASE
1 Write a PHP program to create a database
using MySQL.
2 Write a PHP program to drop a database
using MySQL.
3 Write a PHP program to create a table in
MySQL.
5
4 Write a PHP program to insert record into a
table using MySQL
5 Write a PHP program to select data and
show into table format.
6 Create a student Registration in PHP and
Save and Display the student Records
7 Create a dynamic web site using PHP
and MySQL.