php lessons

INSERT CONTENT HOMEPAGE POSTS WORDPRESS PHP PROGRAMMING

putting-content-inbewteen-posts-wordpress

Insert content on your homepage blogroll in WordPress by programming it in PHP. Its fairly easy and we will provide the codes for you right here. Keep in mind that you should only do this to a child theme. In the tutorial I demonstrated it on a parent theme. Follow the same procedure and edit Read More

How To Make A Free Website Backup PHP & MySql

How To Make A Free Website Backup PHP & MySql

This post covers how to make a free website backup. Once finished you will be able to download a complete website backup zip file. This will also include your database. This task is very easy but I am going to explain the process in detail. Update: Backed by popular demand I was asked to do Read More

Warning: unlink(): http does not allow unlinking in PHP

Warning: unlink(): http does not allow unlinking in PHP

In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you’re getting warning: unlink(): http does not allow unlinking in PHP, Read More

PHP MySqli Check For No Results in Database

PHP Web Development

There are many times when you have to PHP MySqli Check For No Results in Database. Maybe you are checking the username and password of a user and match it to an authenticated user. Prerequisites for PHP MySqli Check For No Results in Database In order to perform this query you will have to have something in your Read More

Advertisements or Content After First Post in WordPress or Genesis

Advertisements-or-Content-After-First-Post-in-WordPress-or-Genesis

If you’re a blogger or website owner using WordPress or the Genesis framework, you may be interested in displaying advertisements or additional content after the first post on your homepage. This can help increase engagement and revenue by providing readers with relevant content and advertising opportunities. Here’s how you can add advertisements or content after Read More