In WordPress, you can add limited no. of profile fields but with the help of BuddyPress, you can add as many as profile fields you […]
Read MoreCategory: WPLMS
Atom text editor
Overview There are a lot of text editors out there; why should you spend your time learning about and using Atom? Atom text editor- Editors […]
Read MoreVisual Studio Code
Overview Introduction How to install extensions Basic requirements FTP connection Git Find and Replace Workspace/Project Bonus points. Prons Cons Conclusion Introduction Visual studio code […]
Read MoreArrays in PHP
An array is a special type of variable that can hold many values at once, all accessible via a single variable name. Arrays are very […]
Read MorePHP Form Handling
In this tutorial, we will discuss PHP form handling. You will learn how to collect user-supplied form data using $_POST, $_GET, and $_REQUEST methods from […]
Read More