Php

PHP star pattern program in hindi

php pattern program in hindi

PHP star pattern program in hindi | pattern program एक method है! जिसे हम number या special character को logic के साथ screen में display करते है खास करके pattern program अपनी programing skill को बढ़ाने के लिए होता है!.

Read More

PHP CRUD operation using mysqli in hindi

PHP CRUD operation in hindi

PHP CRUD operation using mysqli, CRUD( create, read, update, delete ). database में data को insert करने के लिए INSERT INTO command और data को view करने के लिए SELECT command और data को update करने के लिए UPDATE command का और data को database से delete करने के लिए DELETE command का इस्तेमाल होता है!

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_var () function In Hindi

filter_Var() php का एक buil-in function है! php में filter_var() function का उपयोग करके हम email ID, IP address जैसे data को validate और sanitize करने के लिए filter_var() function का उपयोग कर सकते है!.

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

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

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

OOPS concepts in php in hindi

oops concepts in php in hindi

Class एक collection होता है objects के properties और method का। Classes, Objects का blueprint होता है जिसका इस्तेमाल objects के propertis और methods को रखने के लिए किया जाता है!.PHP में class name और जिस php file में class का program लिखा जा रहा है उस file का name सामान होना चाहिए!.

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