Promo code / Coupon Code Generator

PHP Code for promo/coupon code generator



<?php
$chars = array (0,1,2,3,4,5,6,7,8,9,'A', 'B', 'C', 'D', 'E', 'F', 'G','H', 'I', 'J', 'K', 'L', 'M', 'N', '0', 'P','Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
$code = '';
$letter="10";
for ($i = 0; $i < $letter; $i++) { $code .= $chars[rand(0, count($chars) - 1)];}
echo $code;
?>

Change Google Map Marker

Change Google Map marker/Icon


JQuery for bus ticket booking

JQuery for bus ticket booking


Login In Jquery PHP - MYSQL

This is  Login In Jquery  Ajax PHP.  data: "username="+ username + "&password=" + password , is used to pass the  username and password  to login.php  and get result  $("#display").fadeIn(2000).html(response);

JQuery Using Insert to Database

404 Error

If page not found in your site it's automatically go the default  404.html page using .htaccess.if any can search crackerworld.in/live this page not found it. automatically redirect to  crackerworld.in/404.html