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 »

Most popular php string function in hindi

Most popular php string function in hindi

PHP में string के साथ operation perform करने के लिए PHP में by default function available है!. string के साथ operation perform करना जैसे की string को replace करना, string length finds करना, string capitalization, main string से substring को find करना तो ऐसे सारे operation के php हमें by default function provide करता है तो आज हम खास ऐसे ही string function के बारेमे जानेगे!.

Read More

Most popular php string function in hindi

Read More »