How to insert data in mysql database in hindi
Mysql code: CREATE TABLE `table_name` ( `data` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ) INSERT INTO `table_name` VALUES…
Read Article44 articles found
Mysql code: CREATE TABLE `table_name` ( `data` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ) INSERT INTO `table_name` VALUES…
Read ArticleIf You are looking for a simple way to disable right click for any html element then here you will…
Read ArticleCreate Bootstrap carousel to show multiple items per slide: HTML: <!– slider –> <div class=”row”> <div class=”col-md-12″> <div class=”carousel slide…
Read ArticleFile upload via Jquery ajax in wordpress HTML View Name: Select File: Submit JQuery jQuery(document).ready(function(){ jQuery("#save_form").on('click',(function(){ var u_name = $("#name_name").val();…
Read ArticleAdvertisement
Set php variable value in localstorage – echo ""; Get localstorage value into into a php variable – $phpvariable =…
Read ArticleAdd custom woocommerce “add to cart” button with display variation in dropdown & product quantity on single-product.php page template in…
Read ArticlePlease removing ‘height: 100%’ from my html and body tags. $(window).scroll(function() { var sh = $(window).scrollTop(); console.log(sh); if ( sh…
Read Article<input list=”list_name” name=”browser”> <datalist id=”list_name”> <option value=”List 1″> <option value=”List 2″> <option value=”List 3″> <option value=”List 4″> <option value=”List 5″>…
Read ArticleAdvertisement
Cookie is created with the setCookie() function. jQuery(document).on(‘click’,’#element-id/class’,function(e){ console.log(book); setCookie(‘cookie_name’,value, no_of_days); getCookie(‘cookie_name’); }); function setCookie(name,value,days) { console.log(value); var expires =…
Read ArticleRBSE class 12 study material, question papers and solutions provided here will help them master the basics so they can…
Read ArticleAdvertisement