Select statement in SQL
Different ways to use ‘select’ statement in SQL, DBMS MySQL. mysql> select *from student where roll_no<45 span=””>+——–+——–+———+| f_name | s_name | roll_no |+——–+——–+———+| prasan | … Read more
Different ways to use ‘select’ statement in SQL, DBMS MySQL. mysql> select *from student where roll_no<45 span=””>+——–+——–+———+| f_name | s_name | roll_no |+——–+——–+———+| prasan | … Read more
There are different ways to use ‘like’ in SQL. Each way of using ‘like’ gives a different result. Which is shown in screenshot below. ‘Like’ … Read more
SQL in MySQL 1. Firstly we have to start MySQL 5.5 Command line client then we need to enter password, created during installation. After entering password, screen … Read more
To study the use of ARRAY in PHP. OUTPUT : Write a program to implement array in PHP. Output:
To study the use of function. OUTPUT : Write a program to implement function in PHP. Output:
Write a program to show the use of if else statement in PHP. Output :
Write a program to show the use of if else statement in PHP. Output :
Write a program to show the use of if statement in PHP? Output:
Use of If Statements in PHP. OUTPUT:
To study the use of for loop by a Factorial Program. OUTPUT :