Cheap Digital Ticket This site is full of information on all things Cheap, Digital and Ticket, where ideas on planning, budgeting, streaming media and links. We're just a plain old How-To and DIY for those traveling, going to music concerts venues, get out with friends, find tickets to nearing show dates, thinking of making this business and all wannabees. We're not a membership site. All I ask is that you remain subscribed to my latest posts. I won’t send much stuff, because sometimes we both simply don’t have time, and I hate junk mail, too. I’m certainly not an expert in , but I’m having some successes that I am proud of and always ecstatic to share with those interested. I hope that I can save you some time by telling you tips that I have figured out that will make your experience smooth and easy. If you find tips and would like to share them, please contact me. Cheapdigitalticket.com~Site InfoWhoisTrace RouteRBL Check
Ersan J. Sano - Home - Blog, photo, additional info, projects, about Ersan J. Sano, Home, Blog, photo, additional info, projects, about, Below script replaces some text, in column, with another in specified database on mysql server.
I am posting this as copy/paste reference sometimes in future...
mysql_connect('host','user','pass');
mysql_select_db('database');
$result_table = mysql_query('SHOW TABLES');
while ($row = mysql_fetch_array($result_table))
{
foreach ($row as $key => $table)
{
$result_column = mysql_query('SHOW COLUMNS FROM $table');
while ($row_column = mysql_fetch_array($result_column))
{
mysql_query(UPDATE $table SET $column = REPLACE($row_column['Field'], 'replace me', 'with me'));
}
}
}
?> Ersano.com~Site InfoWhoisTrace RouteRBL Check