Explore Topic

Php

Articles, commentary, and related writing filed under this topic.

Want to know when something new is published about Php ? Enter your email address below and choose how often you would like to be notified.

We will send you a confirmation email. Your subscription does not become active until you confirm it.

Related Articles

Latest on Php

17 Articles
CREATE EXPIRE DOWNLOAD LINK IN PHP MYSQL | BEST TUTORIAL

CREATE EXPIRE DOWNLOAD LINK IN PHP MYSQL | BEST TUTORIAL

Ever wonder how to create a download link in PHP and then make it expire? Would you like to know how to expire a download link after a set number of times they download it? Do you want to know how to protect your files from people trying to steal your dow

Read More
Posted by Maximus McCullough
PHP for beginners

PHP for beginners

o are you looking for some PHP for beginners lessons? Well you have come to the right place. Recently I have been asked to do some of these tutorials because people are curious about how PHP works. I think it is a fascinating thing to learn and if you are

Read More
Posted by Maximus McCullough
Scalable Vector Graphics (SVG) in WordPress

Scalable Vector Graphics (SVG) in WordPress

Scalable Vector Graphics I was recently asked if you can use Scalable Vector Graphics in WordPress. Scalable Vector Graphics or (SVG) is an XML-based vector image format for two-dimensional graphics that has support for interactivity and animation.

Read More
Posted by Maximus McCullough
PHP Web Development

PHP Web Development

Php web development in a nutshell is a company or developer that uses a computer language that is called php or "Hypertext Preprocessor".

Read More
Posted by Maximus McCullough
PHP Variable lessons and tutorials web development

PHP Variable lessons and tutorials web development

In the last PHP Lesson we learned how to echo out a line of text in a browser in this lesson we will learn about a php variable. A variable in php stores information. In the example below we see that a variable starts with a $ sign and is followed by text

Read More
Posted by Maximus McCullough
How to add a widget in WordPress

How to add a widget in WordPress

So you want to know how to add a widget in WordPress? Well lets get right into it: Step #1 Find you functions.php file in your WordPress theme and look for this code

Read More
Posted by Maximus McCullough
How To Make A Free Website Backup PHP

How To Make A Free Website Backup PHP

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.

Read More
Posted by Maximus McCullough
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(

Read More
Posted by Maximus McCullough
Php 7 For Loop Foreach Loop Simple Explanations

Php 7 For Loop Foreach Loop Simple Explanations

"Php 7 for loop" and "foreach loops" will display a block of code for a number of times. We initialize the for loop with a parameter unlike what we did in the while loops. Next, we set the comparison operator and finally we increment the number of times t

Read More