PDO CRUD with use PHP Class file
php data object to use create,read,update and delete query with class file use.
1.config.php
<?php
// Database Config File
define('DB_NAME','crud');
define('DB_HOST','localhost');
define('DB_USER','root');
define('DB_PASS','');
?>
2.connection.php
<?php
include_once( ... Continue Reading →
CheckBox,RadioButton,SelectBox in Php Code
From the Mysql Data To Affect CheckBox,RadioButton,SelectBox in Php Code
Default The Html Code is Define the CheckBox, RadioButton, SelectBox as checked=”checked”,checked=”checked”,selected=”selected”
So ... Continue Reading →
php encrypt and decrypt function in simple
Php Encrypt and Decrypt Function its very useful to php developer simple works.
<?php
define("ENCRYPTION_KEY", "!@#$%^&*");
$string = "indianjobtips.com";
echo ... Continue Reading →
100% working to Jquery DatePicker
This Script very Useful to all Developer to searching Datepicker Jquery
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ... Continue Reading →
100% to working Jquery validation in all server script
jquery validation working to all browser script.
<style>
.error{color:red;}
</style>
<script src="//code.jquery.com/jquery-1.9.1.js"></script>
<script ... Continue Reading →
Recent Comments