Fahid Javid

Categories


January 2022
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Fahid Javid

My name is Fahid and I’m a Full-Stack WordPress Developer. I started working with WordPress community and I’m finding myself learning something new every single day.


PHP Database Interaction in FIVE steps

PHP has a pretty straight forward method to working with MySQL databases. I will explain to establish a connection to the MySQL database, but  I am not going to go into SQL which is the language used to put data in and get data out of a database. There are five steps to make PHP database interaction and I will explain [...]

Fahid JavidFahid Javid

Create WordPress Admin Account Using FTP

Have you ever had a client need help on their WordPress site, and have FTP access, but not actually give you a WordPress account to use? All you have to do to create a new admin user in WordPress with FTP, All right? Add the following code snippet to the end of your theme’s ‘functions.php’ file and use FTP to upload it to [...]

Fahid JavidFahid Javid