Javascript console and console methods in hindi

Javascript console and console methods

console.log() method javascript में सबसे ज्यादा इस्तेमाल की जाने वाली method है। इसका इस्तेमाल console में एक message या किसी function का response को check करने के लिए किया जाता है।  console log से string, number, boolean, array, HTML elements को console में output के रूप में देख सकते है।

Read More

Javascript console and console methods in hindi

Read More »

Javascript array method in hindi

Javascript array method

Javascript array method | forEach() method एक array में हर एक element के लिए function को call करती है!. empty array के लिए forEach() method  execute नहीं करती है!., Javascript array method जैसे की splice() method, filter() method, fill() method , copyWithin() method, toString() method

Read More

Javascript array method in hindi

Read More »

SQL Queries Introduction in Hindi

SQL Queries Introduction in Hindi

Database में data को insert करने के लिए INSERT query का इस्तेमाल कर सकते है और website में products को display करने के लिए SELECT query का इस्तेमाल किया जाता है!. साथ में table के data को update करने के लिए UPDATE query और table से data को delete करने के लिए DELETE query का इस्तेमाल किया जाता है!.

Read More

SQL Queries Introduction in Hindi

Read More »

PHP filter functions in hindi

php filter functions in hindi

php base application के input form data को validating करना जरुरी होता है!. क्योकि कोई attackers ऐसी script या improper form data submit करके system को hack कर सकता है!. ऐसा न हो इस लिए php में built-in filter function availabe है!. जिससे हम अपने system को attacker से secure कर सकते है!.

Read More

PHP filter functions in hindi

Read More »

Login with Remember Me using PHP and MySQL Hindi

Login with Remember Me using PHP and MySQL

Introduction हेलो दोस्तों आज हम इस post में login form में login with remember Me functionality के बारेमे जानेगे!. तो दोस्तों जब user एक बार login form से login होता है और उसके बाद में कुछ time के बाद में user फिर से वही login form को open करता है तो उसको फिरसे अपना email

Read More

Login with Remember Me using PHP and MySQL Hindi

Read More »

Registration and login form in php with mysql in hindi

Registration and login form in php with mysql in hindi

Introduction हेलो दोस्तों आज हम इस post में user registration form और user login system कैसे create कर सकते है php और mysql का इस्तेमाल करके यह हम सब detail से जानेगे!. हाल की website में हम देख सकते है की सभी website में उस website की registration और login system available होती है users

Read More

Registration and login form in php with mysql in hindi

Read More »