Tag: Web Design

12 years ago

Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More

12 years ago

There are two ways to save images. Most common way is to save the file name in MySQL table and upload image in folder.Another way Read More

12 years ago

MySQL database is usually used to store data for PHP application and data are stored using the MySQL configuration and connection.Today I am going to Read More

12 years ago

If your table crashed, your websites stop working and if your website’s main content is coming from that crashed table, you might feel the tension.what Read More

12 years ago

If you are using MySQL, You have to know about new features in next version of MySQL and the next version of MySQL has been Read More

Most Popular Posts

How to use MySQL Event Scheduler

Posted on 7 years ago

Bhumi

How to Animate SVG Image with example

Posted on 8 years ago

Bhumi