Archive

Archive for June, 2009

Linux: wlan CLI connect WEP

June 13th, 2009 No comments

iwconfig wlan0 essid xxxx channel x key s:xxxx

Categories: Malo mešano Tags:

MySQL insert date

June 7th, 2009 No comments
PHP:
  1. $add2h = time() + (7 * 60 * 60);
  2. $dt=date("Y-m-d H:i:s", $add2h);
  3. $time = $dt;
  4.  
  5. $query = "INSERT INTO slovarji (id, language, geslo, time)
  6. VALUES ('', '$language', '$geslo', '$time')";
  7.  
  8. $results = mysql_query($query) or die
  9. ("Could not execute query : $query." . mysql_error());

Categories: php_mysql Tags:

Slovarji | Slovensko-angleški | Slovensko-nemški | Angleško-slovenski | Nemško-slovenski

June 5th, 2009 No comments
17039 pages viewed, 0 today
11071 visits, 0 today
FireStats icon Powered by FireStats