Archive for the ‘MySQL’ Category

Welcome to ShinePHP Forum

Monday, February 22nd, 2010

ShinePHP Forum

ShinePHP Forum

ShinePHP forum is installed. It is ready to accept new members. Registration procedure is very easy. Thanks to bbPress. Just register, get your password by email and make your posts in a minute.
You are Welcome! It doesn’t matter: have you some problem with your current Web development task, have you new idea about cool WordPress plugin, or you don’t know whom to ask to develop it. HTML, CSS, JavaScript, AJAX, PHP, MySQL, – if you have troubles with some tasks or wish to share your excellent knowledges – You Are Welcome! Become ShinePHP Forum member and (more…)

PHP code to execute MySQL script

Thursday, September 10th, 2009

PHP-MySQL

PHP-MySQL


There are advanced and comfortable tools to manage your MySQL databases. For example:

But sometimes you can not use those tools and need the ability to execute some SQL script on server by your own hands, easy and fast way. What to do in such situation? Use this PHP code to execute all SQL commands from SQL script text file, one by one: (more…)