Entries by Mike Dalisay

Display Twitter Feed on Website Using PHP

Previously, we learned how to display an Instagram feed on your website using PHP. Today, this tutorial will help you learn how to display a Twitter feed on your website using PHP. Twitter is a powerful tool for businesses and individuals looking to promote their brands or products. If you're running a website for your […]

JavaScript CRUD Tutorial – Step By Step Guide!

Previously, we learned how to create, read, update, delete, search, and paginate data with our simple REST API tutorial in PHP. Today, this tutorial will demonstrate a step-by-step approach to creating a CRUD (Create, Read, Update, Delete) application using JavaScript. We will utilize a pre-existing REST API as the back-end and create a user-friendly front-end […]

How To Get Instagram Access Token in 3 Easy Steps?

If you need to use the token to display your Instagram feed on your website, you can use plugins like SociableKIT. No token is needed. Learn how to use SociableKIT here. FYI: This tutorial does not work anymore. You need to follow Instagram's new way of authentication to get the token. More details here. Ever […]

Display Instagram Feed on your website using PHP

Previously, we learned how to display Facebook page posts feed on your website using PHP. Today, our tutorial will explore integrating Instagram into your website by displaying your Instagram feed using PHP. This can be a great way to showcase your content and keep your website visitors engaged with your brand. Using PHP, we can […]

Display Facebook Page Videos On Website Using PHP

Previously, we learned how to display Facebook page photo albums on your website. Today, our tutorial will explore integrating Facebook page videos onto a website using PHP. With this solution, website visitors can easily access the videos you've invested time in creating, editing, and managing on your Facebook page. Say goodbye to manually uploading videos […]

Display Facebook page posts feed on website using PHP

Previously, we learned how to display Facebook page videos on your website using PHP. Today, in this tutorial, we will show you how to display Facebook page posts on your website using PHP. Posts from your Facebook page are essential to keep your audience informed, engaged, and updated with your latest content. However, if you're […]

PHP and MySQL Shopping Cart Tutorial Using COOKIES

Previously, we have learned how to code a shopping cart using PHP SESSIONS. Today, we will learn a second way to do it. We will have a PHP shopping cart tutorial using COOKIES! Sounds delicious, isn't it? But the cookie that we will use is not the cookie we eat. Let me explain. In this tutorial, we'll use […]

Some Changes in our Code Blog

Hey guys! As you can see there are some changes here in our blog, and how it works. For the past few months I've been really busy on these changes and on work that I haven't posted something that's of high quality to you. :D Anyway, for those who are asking, YES, I'm still alive and […]