Learn on how to create a Convert String To JSON using Javascript. A simple code that can convert any string type into a json format. This can be use when you want to store a temporary data to act as a database.
Learn on how to create a Submit Multiple Checkbox Data using PHP. A simple script that can store multiple checkbox data to database server. This can be use when want to store multiple data entry using checkbox.
Learn on how create a Get JSON Data from URL using Javascript. A simple block of codes that can fetch JSON data from a certain URL. This code can be used when you want to get data from other websites to display to your site.
This tutorial is the continuation of my last tutorial which is How to Save Image In MySQL Database Using VB.Net. This time I’m going to teach you how to Retrieve Image in MySQL Database Using VB.Net. In this method, it will retrieve the image or file from the MySQL database into the picturebox..
Learn on how to create a How To Create MySQLi Database using PHP. A simple script that let you create a database dynamically. This could be use when you want to create an automated database.
Learn on how to create a Remove HTML Tag from String using PHP. A simple tool that can eliminate HTML tags inside the PHP variable. This can be use when you don't want to include html for displaying data.
Learn on how to create a Get The Days of the Week using Javascript. A simple script that let you get the days in a week. This can be use when you want to display data base on weekly days.
This is a Chat App for Android mobile. You can make separate chat with you partner.
I'm using Mysql Database and Php code and All APIs are develop on PHP (REST APIs).
My whatsApp:+918285672453:
Email ID: [email protected]
In my tutorial, this time I will teach you how to save an Image in the MySQL Database using VB.Net. This method will help you store the image itself into the MySQL Database. This is a secure way of saving your image so that it will not be deleted once a virus affects your system.
Learn on how to create a Combining Two Arrays using PHP. A simple tool that let you merge the two arrays. This could be user when you want to get the data from the other array.