Build and Run PHP+MySQL Application in Docker 1 Comment Edit Method 1 (For Better Understanding): Create a Common Network for PHP & MySQL container docker network create chatbot PHP... Read More
How to Deploy a PHP and MySQL Web App in Kubernetes 2020 1 Comment Edit How to Deploy a PHP and MySQL Web App in Kubernetes Video Tutorial: https://www.youtube.com/watch?v=aG3Hq4KrvUI Source Code : https... Read More
How to host a PHP+MYSQL chatbot website for free lifetime in 2020 Add Comment Edit Github Source Code: https://github.com/shawon100/RUET-ChatBot Free Infinity Host: https://app.infinityfree.net Demo: http://ruetcha... Read More
How to Dockerize (Create Image or Container) a PHP Project Add Comment Edit PHP Project Source Code: https://github.com/shawon100/Online-Compiler Ubuntu Playground Online: https://www.katacoda.com/courses/ubu... Read More
How to Deploy PHP and MYSQL Project in Red Hat Openshift Online 2 Comments Edit Deploy PHP+MYSQL Project Free in Docker and Kubernetes Based Red Hat Openshift Online Cloud Server Openshift Cloud Server: https:... Read More
How to add or install phpMyAdmin with PHP+MYSQL in Openshift Cloud Add Comment Edit Learn about how to configure phpMyAdmin with PHP+MYSQL project in docker and kubernetes based Openshift Cloud Server. Openshift phpMy... Read More
Fake Id Card Generator Source Code (php) 195 Comments Edit Download 10+ Web App Development Books To Get Source Code Demo : http://idcardgenera... Read More
Web Project- RUET ChatBot Add Comment Edit Download Project https://github.com/shawon100/RUET-ChatBot RUET-ChatBot It's a PHP, MySQL, Jquery ChatBot For My Universi... Read More
[PHP] Generate 1 To N Prime Numbers in PHP By Sieve Algorithm Add Comment Edit <?php $n=200000; $a=array(); $p=array(); Read More