Showing posts with label MySql. Show all posts
Showing posts with label MySql. Show all posts

Sunday, 27 April 2014

Uploading files into a Database using PHP

Hey guys do you want to see how file upload  works in PHP. Here is a script by which you can upload file to and from MySQL database respectively. In the upload script a form is used to select a file and that selected file is uploaded to the MySQL database by using INSERT method.

Friday, 21 March 2014

MySql interview questions and answers for Experts

Question 1:  What Is MySQL?


Answer 1: MySQL is a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL is free software.

.