• phangkosal.oait99@gmail.com
PHP image slider

Image slider with Jquery Slick and PHP

In this article, we will create a dynamic image slider with Jquery Slick and PHP. To create a dynamic image slider we need to use PHP serverside script to query data from MySQL. The first file we need is a connection.php connection.php The second file is index.php 2. index.php Third, we need an SQL script […]

Read More
flutter_dialog

Dialog alert with RFlutter Alert Package – Flutter Dialog Alert

This article we will user RFlutter Alert Package to create custom alert message with easy step. RFlutter Alert is super customizable and easy-to-use alert / popup dialogs for Flutter. You may create reusable alert styles or add buttons as much as you want with ease. Source Code pubspec.yaml 2. alert_page2.dart

Read More
bootstrap_carousel_with_php

Bootstrap carousel dynamic using PHP and MySql with source code

This article will teach you how to create a bootstrap carousel dynamic with PHP and MySql. so we need to learn basic bootstrap and PHP also MySql. you need to create 2 files (1. connection.php and 2. banner.php) and also create database name khodecam and table name tbl_ads. let’s see the source code file below […]

Read More