Re: [PHP] Displaying MySQL results on runtime

2006-09-27 Thread Richard Lynch
On Wed, September 27, 2006 11:25 am, Mário Gamito wrote: > I have this code to create a database and a few tables. > > Is there a way to display the MySQL actions at runtime, i. e., display > the MySQL commands while they are being executed ? If you happened to have each SQL statement in an array,

Re: [PHP] Displaying MySQL results on runtime

2006-09-27 Thread Leif Gregory
Hello Mário, Wednesday, September 27, 2006, 10:25:31 AM, you wrote: > Is there a way to display the MySQL actions at runtime, i. e., > display the MySQL commands while they are being executed ? Echo the sql statements... -- TBUDL/BETA/DEV/TECH Lists Moderator / PGP 0

[PHP] Displaying MySQL results on runtime

2006-09-27 Thread Mário Gamito
Hi, I have this code to create a database and a few tables. Is there a way to display the MySQL actions at runtime, i. e., display the MySQL commands while they are being executed ? Any help would be appreciated. Warm Regards, Mário Gamito -- PHP General Mailing List (http://www.php.net/) To