We will integrate bootstrap theme with CodeIgniter using layout. This tutorial help to create own custom layout for CodeIgniter. This is a master template that will use to render a child view file, like each website template has header, footer and sidebar view which is constant and nothing has been changed between different pages.
Php
Remove Special Character from String in PHP
In this PHP tutorial, I will discuss how to remove special character from strings in PHP using preg_replace. Strings containing special characters may be vulnerable to security flaws, inconsistent data, or unfavorable results.
Web Push Notification Using OneSignal and PHP
This tutorial help to create Push Notification with PHP via Onesignal. I am using PHP 8, MySQL and one signal Rest API. The OneSignal is the fastest and most reliable service to send push notifications, in-app messages, SMS, and emails.
Different ways to Embed HTML in PHP
in this article, we will discuss various ways to embed HTML in PHP, enabling the creation of dynamic and feature-rich web pages. You can embed HTML directly within PHP code and render server side. PHP offers a flexible and efficient way to create dynamic web pages. As we know, PHP is a server-side scripting language. […]
Google Maps Routes between two places with PHP & JS
in this post, we’ll be going to implement how to draw the path on the map between two locations using Google Map Javascript API. You can use routes on Google Maps for a location-based service, a delivery tracking system, or simply helping users navigate.