matrix print in php ... 4th matrix .... 5th matrix 6th matix
1 2 3 4 8 7 6 5 9 10 11 12 16 15 14 13 <?php $v = 0; $i = 1; $s = 4; for ($m=0; $m < $s; $m++) { for …
1 2 3 4 8 7 6 5 9 10 11 12 16 15 14 13 <?php $v = 0; $i = 1; $s = 4; for ($m=0; $m < $s; $m++) { for …
<!DOCTYPE html> <html> <body> <h2>My First JavaScript</h2> <script> var celsius = …
calculate the kilometer to miles in javascript <script> //get the kilometer const kilometer = prompt("Ente…
<?php $d = "A00"; for($i=1;$i<=5;$i++){ echo ++$d; } ?>
<?php for($i=1;$i<=5;$i++){ echo "A0".$i."<br>"; } ?>
!) using sleep function <?php echo date('y-m-d H:i:s')."<br>"; sleep(5); echo date('y-m…
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8&qu…
1) priamry key in sql 2) not null in sql 3) datatype in sql 4) AUTO_INCREMENT in sql in this example you learn the t…
<?php $n = 5; $factorial = 1; for($i=$n;$i>=1;$i--){ $factorial =$factorial * $i; } echo "Factorial is :- …
<?php $file_code = file("http://vishalusrate.rf.gd/"); foreach ($file_code as $line_no => $lines) { …
Check email is valid or not in php php me email kaise check kare email sahi hai ya nahi wo check kare how to use filte…
How to print week day in php switch case real time example in php switch case <!DOCTYPE html> <html> <b…
This function convert the date to the achievement form date convert in php practical <?php $val = '2012-09-12…
<!DOCTYPE html> <html> <body> <p>add two number program in javascript</p> <p id="…
<!DOCTYPE html> <html> <body> <p>HELLO world program in javascript</p> <p id="de…
1) inbuld fonts use in css 2) google fonts use in css <!DOCTYPE html> <html lang="en"> <hea…
<!DOCTYPE html> <html> <body> <h1>grade check with grade in php</h1> <?php $marks = 6…
this example show you to the finding the 3 array find the min or max value . 3 array me se min aur max value kaise che…
<?php $k = 15; for($i=5;$i<=$k;$i++){ echo "The value is the =" . $i; echo "<br>"; } ?…
create table vishalusrategoogle( id int not null, name varchar(50) default 'default constrait in sql', lastname…
DATE_FORMAT(abc.dateindb,'%Y-%m-%d') its parse the date if date 01 or 02 and some like month 01 or 03 its con…
if you translate date in strtotime and convert into the date its show 1970 01 01 date how to prevent it $date = strtr…
check constrait used to the value range in the column. its allow only certain value. create table vishal( id int not n…