WordPress admin panel introduction in Hindi

Wordpress admin panel introduction in hindi

Introduction Wordpess admin panel sidebar menu lists dashboard posts section media section pages section comments section appearance section plugins section users tools settings section collpse menu 1. Dashboard update section 2.Posts section 1.all posts2.add new3.categories4.tags 1. all posts 2. add new 3. categories 4.tags 3. Media section 1. library2. add new 1. library 2. add […]

Read More

WordPress admin panel introduction in Hindi

Read More »

Submit form without page refresh using jquery ajax and PHP in Hindi

submit form without page refresh using jquery ajax and php in hindi

HTML form data को page refresh किये बिना database में insert करा सकते है jquery ajax का इस्तेमाल करके तो ये सभी details इस post में example के जरिये समजाया गया है!.

Read More

Submit form without page refresh using jquery ajax and PHP in Hindi

Read More »

jQuery hide() and show() effect in Hindi

Introduction Jquery hide and show effects Jquery hide() method syntax: Example: Hide() method jquery example hide() method speed/callback parameter With callback function Jquery show() method Syntax: Example: show() method jquery example show() method speed/callback parameter With callback function jquery toggle() method syntax: Example: toggle() method jquery example toggle() method speed/callback parameter With callback function

Read More

jQuery hide() and show() effect in Hindi

Read More »

Insert data into MySQL database using ajax in PHP in Hindi

Insert data into mysql database using ajax in php in hindi

Ajax के इस्तेमाल से HTML form के data को MySQL database में insert करवाएंगे page को बिना load या refresh किये बिना और mysql database में data successully insert होने के बाद में success message frontend साइड browser में display करवाएंगे!.

Read More

Insert data into MySQL database using ajax in PHP in Hindi

Read More »

Ajax post request example with jquery and PHP in Hindi

ajax post request example with jquery and php in hindi

ajax का full form asynchronous javascript and xml है!. clien-side से data को web page को refresh किये बिना backed-side server से data को fetch display और database में data को insert और update करा सकते है!.

Read More

Ajax post request example with jquery and PHP in Hindi

Read More »

What is ajax in Hindi?

what is ajax in hindi

AJAX का full form Asynchronous JavaScript and XML है!. ajax हमें बिना page, को refresh या load किये back-end side server से data fetch करके available करवाता है!. और data को हमें बिना page refresh किये बिना update और delete बी करवा सकते है!. ajax एक browser based application है!. और ajax का इस्तेमाल database से interactive करके data को मैनेज करने के लिए इस्तेमाल किया जाता है!. ajax web-server से data को web-browser में data को transfer यानि send करता है!.

Read More

What is ajax in Hindi?

Read More »

Jquery events in Hindi

jquery events in hindi

Introduction Jquery events lists आप निचे देख सकते है! Document / Window events Mouse hover / click events Keyboard events Form submit events Document / Window events load document unload document resize document scroll document Window load event Example: Mouse hover / click events click events dblclick events mouseenter events mouseleave events Click event Example:

Read More

Jquery events in Hindi

Read More »

Jquery Selector Introduction

jquery selector in hindi

Jqyert selector syntax: The Element tag name as selector The Element ID as selector The Element class name as selector Example: jquery के दूसरे selectors और उसके example $(“*”) selector $(this) selector Example: $(div.demo) selector $(div.first) selector $(“ul li:first”) selector $(“ul li:first-child”) selector

Read More

Jquery Selector Introduction

Read More »

How to insert HTML form data into database using php in Hindi

html form data insert into database using php in hindi

Introduction step – 1 =>HTML formstep – 2 => create database and table & database configurationstep – 3 => Get form data using php scriptstep – 4 => sql Insert statementstep – 5 => full source code HTML form Example: Create database and table & database connection Create database Create table database connection config.php SQL

Read More

How to insert HTML form data into database using php in Hindi

Read More »