Access Modifiers in Oops? Mohd UmarSaturday, July 11, 2020Access Modifiers in Oops Access Modifiers also known as Visibility Specifiers . Access Specifiers can be used to restrict access . In ot...
Inheritance in Oops ? Mohd UmarSaturday, July 11, 2020Inheritance Inheritance is the reusability of code. In other words, The properties or features of the object of that class is acquire to ano...
Constructor and Destructor in PHP? Mohd UmarSaturday, July 11, 2020Constructor The constructor is the special type of method that runs automatically when an object is created of this class and Constructor ...
Copy Constructor in PHP ? Mohd UmarSaturday, July 11, 2020Copy Constructor in PHP Copy Constructor is a type of constructor which is used to create a copy of an already existing object of a class...
Oops Concepts? Mohd UmarFriday, July 10, 2020Oops Oops, stand for Object-Oriented Programming Language that follows the bottom-up approach . The program is divided into objects. It use...
Do you know what is difference between PHP and NODE.JS? Mohd UmarWednesday, July 08, 2020PHP V/S NODE.JS
How to submit form data using ajax with pure javascript(Post Method) ? Mohd UmarMonday, July 06, 2020How to submit form data using ajax with pure javascript(Post Method)? Code -: index.html <html> <head> <title> Ajax PART-...
Ajax without jQuery ? Mohd UmarTuesday, June 30, 2020Ajax without jQuery What Is AJAX ? AJAX stands for A synchronous J avaScript A nd X ML. AJAX is a JavaScript method that is used to ...
Array in PHP? Mohd UmarThursday, June 25, 2020Array in PHP Array It is used to store sequential data. It has a linear Data Structure. The data is organized in a linear order in which...
How to send mail in PHP using SMTP (gmail) on infinityfree.net ? Mohd UmarFriday, June 19, 2020Sending Mail using SMTP on infinityfree.net If you host your project and you can see mail is sent but not receive because there is a differe...
How to send Mail in PHP using SMTP with Gmail? Mohd UmarThursday, June 18, 2020If you want to send E-mail using PHP with your Gmail then you can use SMTP because it is fast and secure then PHP built-in PHP mail function...
FREE HOSTING DOMAIN SSL WITH DATABASE CONNECTION WITH LIVE PROOF Mohd UmarTuesday, June 16, 2020FREE HOSTING DOMAIN SSL is provided by inifinityfree.net You can watch my youtube video, and follow the procedures and host your website fre...
CRUD APPLICATION IN PHP WITH SOURCE CODE? Mohd UmarMonday, June 15, 2020CRUD APPLICATION IN PHP WITH SOURCE CODE CRUD STANDS FOR CREATE READ UPDATE DELETE. YOUTUBE VIDEO LINK -: https://www.youtube.com/playlist...
How to display image from database in PHP? Mohd UmarSunday, June 14, 2020Display image from database in PHP First, you can upload images in the database. Code -: imageshow.php <?php $con = mysqli_con...