Student Learning
Home
(current)
Aptitude
Class
FYBCA
SYBCA
TYBCA
Reading
About
FeedBack
Search
A1. Write a PHP script to get the PHP version and configuration information
A2. Write a PHP script to display student information on web page
A3. Write a PHP script to script to display time table of your class( use HTML table tags in echo).
B1. Write a PHP script to declare three variables and print maximum among them.
B2. Write a PHP script to check number 153 is Armstrong or not.
B3. Write a PHP script to check whether accepted number is prime or not.
C1. Write a PHP script to print following floyd’s triangle.
1
2 3
4 5 6
7 8 9 10
C2. Write a PHP script to display source code of a webpage.
C3. Write a PHP script to test whether a number is greater than 30, 20 or 10 using ternary operator.