Posts Tagged “to”

<?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!";
?>
Tags: , , ,

Comments No Comments »

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.

Tags: , , , , , , ,

Comments 3 Comments »

Tags: , , , , , , , , , ,

Comments No Comments »


Change The Text On The Start Menu ButtonThe 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

Tags: , , , , , , , , , , , , , ,

Comments No Comments »

Page 1 of 11
Urban Cetinski