Posts

Showing posts from July, 2017

PHP ASSIGNMENT 3

Image
PHP ASSIGNMENT    PHP Assignment -3 1 Write PHP script to show database along with tables which is available  In MYSQL database 2 Write a PHP script to for Country, State and City Dropdown list Dynamically. NOT :-Show State and city for appropriate Selected Country. 3 Write a PHP  script to create database and table. 4 Write a PHP script for LOGIN page with SIGNUP,Change Password functionality and all validations. 5 Write a PHP script to fill the combo box from mysql database. 6 Write a PHP script to find second highest value from a table. 7 Write a PHP script to upload single file with restriction(Image file) and save into UPLOAD folder. 8 Write a PHP script that take exam No., Name, Course, City, and 2 favorite color of the user as an input on input.php page, save all data in database and display this information and set the favorite colors of user as foreground and background color on details.php page (Provide Validation) 9 Write a PHP script that accepts roll_no, hobby (using ch

PHP ASSIGNMENT 2

Image
PHP ASSIGNMENT    PHP Assignment -2 1. Write a PHP Script to find the maximum value from array. 2. Write a PHP Script to find minimum value from array. 3. Write a PHP Script to arrange the array elements in ascending order. 4. Write a PHP Script to arrange the array elements in descending order. 5. Write a PHP Script to find the prime number from array. 6. Write a PHP Script to find the non prime number from array. 7. Write a PHP Script to find the sum of even numbers from array 8. Write a PHP Script to find the sum of odd numbers from array. 9. Write a PHP Script to find average of array elements. 10.Write a PHP Script to merge the two array. NOTE: Do Not USE In-built functions.  

RELATIONAL DATABASE MANAGEMENT SYSTEM

Image
Image of RDBMS RELATIONAL DATABASE MANAGEMENT SYSTEM    RDBMS means relational database management system which is based on relational model.   Which follow the rules of codd’slaw.   RDBMS to store and access the data from the related table. NAMING CONVERSION DBMS                                                            RDBMS 1.  Fields                    ===                            Column and Attribute 2.  Record                  ===                             Row, Entity ,Tuple 3.  File                       ===                            able, Relation and Entity class. The Rules of codd’s law.  Rule 1: The information rule: All information in the database must be represented in one and only one way (that is, as values in a table).  Rule 2: The guaranteed access rule: All data should be  logically accessible  through a combination of table name, primary key value and column name.  Rule 3: Systematic treatment of null values: A DBMS must support Null Values to represent missing

PHP ASSIGNMENT

Image
PHP ASSIGNMENT    PHP Assignment -1 1. Write a script for finding out whether it is an odd number or even number and echo on  the screen. 2. Write a PHP Script to take 2 variables with specific numeric value of your choice and  Perform the following operations: Addition, Subtraction, Multiplication and Division using  switch case. Also echo out the Result on the screen. 3. Write a PHP Script to declare 2 variables with specific numeric value of your choice and  find out the greater number between the two(Use ternary operator). If the numbers are  equal, the respective message must appear on the screen. 4.Write a PHP Script to check if the string is palindrome 5. Write a PHP Script to Calculate the Sum of Odd & Even Numbers. 6. Write a PHP Script to Check if a given Integer is Positive or Negative. 7. Write a PHP Script to Read Two Integers M and N & Swap their Values. 8. Write a PHP Script to Accept two Integers and Check if they are Equal. 9. Write a PHP Script to check if the