In this article, we’re going to discuss how you can use PHP code in your HTML pages. It’s aimed at PHP beginners who are trying to strengthen their grip on...
In this tutorial, I'll teach you how to build a simple REST API with PHP and MySQL. You’ll build a simple demo application, which allows you to fetch a list...
Sessions allow user information to be persisted across all the pages of a website or app. In this post, you'll learn the basics of session handling in PHP:...
Learn the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful file uploads....
Holding the title of "number one", PHP is the most popular language among developers. Even still, many prefer different languages. Yours truly, for example,...
It's becoming more and more common for blogs to feature certain posts at the top of the page. In this tutorial, we're going to show you how to implement this...
Wordpress provides a huge array of information about your blog and it's content. Showing lots of this information can become space consuming. A great looking...