PHP star pattern program in hindi | pattern program एक method है! जिसे हम number या special character को logic के साथ screen में display करते है खास करके pattern program...
PHP CRUD operation using mysqli, CRUD( create, read, update, delete ) database में data को insert करने के लिए INSERT INTO command और data को view करने के लिए SELECT command और data को...
php base application के input form data को validating करना जरुरी होता है! क्योकि कोई attackers ऐसी script या improper form data submit करके system को hack कर...
filter_Var() php का एक buil-in function है! php में filter_var() function का उपयोग करके हम email ID, IP address जैसे data को validate और sanitize करने के लिए filter_var()...
PHP में string के साथ operation perform करने के लिए PHP में by default function available है! string के साथ operation perform करना जैसे की string को replace करना,...
Class एक collection होता है objects के properties और method का। Classes, Objects का blueprint होता है जिसका इस्तेमाल objects के propertis और methods को रखने...
Ajax के इस्तेमाल से HTML form के data को MySQL database में insert करवाएंगे page को बिना load या refresh किये बिना और mysql database में data successully...