SELECT * From ( select * from center_info ORDER BY id DESC LIMIT 2 ) AS x ORDER BY id LIMIT 1
Read More
Date Conversion Date To Word
<?php $var =$row['stu_dob']; $date = str_replace('/', '-', $var); $d_date = ...
Read More
Number Conversion Using Javascript (1000 To 1K)
<!DOCTYPE html> <html> <head> <title></title> <script type="text/javascript"> functio...
Read More
Website Responsiveness Problem Solve Using Meta Tag
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta...
Read More
Find Current Date Using PHP
<?php date_default_timezone_set("Asia/Kolkata"); $myDate = date('Y-m-d'); ?>
Read More
Marquee Text And Start & Stop On Mouse Event
This Post Show You How Marquee Text Stop And Start On The Event Of Mouse <marquee behavior="scroll" direction="...
Read More
Print Current Year Using PHP
<?php echo date("Y"); ?>
Read More
HTML5 Geo-Location (Latitude, Lognitutde)
<!DOCTYPE html> <html> <body> <p>Click the button to get your coordinates.</p> <button onclick="getLo...
Read More
Browser And Operating System Detection Script
<html> <head> <title></title> </head> <body> <?php $viewer = getenv( "HTTP_USER_AGENT&qu...
Read More
Trim Data In PHP
$description = "Some example here"; echo '.substr($description, 0, 6).';
Read More
Subscribe to:
Posts (Atom)