Browsing articles tagged with " to"
Feb
22
2010

How to change the collation for all tables in a MySQL database to UTF-8?

<?php $db = mysql_connect("localhost", "username", "pass"); if(!$db) echo "Cannot connect to the database – incorrect details"; mysql_select_db(‘myuser_mydbname’); $result=mysql_query(‘show tables’); while($tables = mysql_fetch_array($result)) { foreach ($tables as $key => $value) { mysql_query("ALTER TABLE $value COLLATE utf8_slovenian_ci"); }} echo "The collation of your database has been successfully changed!"; ?>

Mar
16
2009

How to install LaTeX on Ubuntu

V terminal vnesite naslednje ukaze: sudo apt-get install tetex-base sudo apt-get install tetex-bin sudo apt-get install tetex-extra sudo apt-get install latex-xft-fonts sudo apt-get install latex-beamer sudo apt-get install kile Po uspešni namestitvi vseh paketov vam bo Latex deloval.

Oct
31
2008

How to change xp start button text

Change The Text On The Start Menu Button – The top video clips of the week are here Če se ne zanjdete dobro iz filmčka prilagam tukaj še en link kjer je natančno opisano do podrobnosti kaj morate klikati lepo po korakih. http://www.wintipz.com/XP/ChangeXPStartButtonText.htm

Get Adobe Flash playerPlugin by wpburn.com wordpress themes