News

How to handle BLOB data using PHP PDO. We will show you how to insert, update and select BLOB data in MySQL databases. MySQL provides a BLOB type that can hold a large amount of data. BLOB stands for ...
In this blog i am going to explain how to insert data from html form into mysql. we have three steps for completing this process. create html form create mysql database. mysql database connection and ...
In this blog i am going to explain how to insert data from html form into mysql. we have three steps for completing this process. create html form create mysql database. mysql database connection and ...