Javascript Object Convert to json and object convert to string
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…
1) canot redeclear 2) it is used to create some const variable 3) const keyword define a class 4) outside use a va…
Arrow functionn id the shord hand code of function. In the arrow function you donot need to write function put your con…
<input title="'xyz" value="'input" id="field1" name="field2"…
<?php echo basename(__FILE__, '.php'); ?>
<?php // print_r($_SERVER); echo $_SERVER['HTTP_USER_AGENT']; $browser = get_browser(); ?>
<?php // print_r($_SERVER); echo $_SERVER['REMOTE_ADDR']; ?>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…
<?php $str = "PHP Tutorial with html tag"; echo "<h3><a href=''>$str</a>&l…
<?php $str = 'today I \'ll learn PHP and the day with awsome.'; $str1 = 'This is a bad command so d…
<!DOCTYPE html> <html> <body> <h2>My First JavaScript</h2> <p id="demo">…