Code

Fix for php code

  1. <?php
  2.  
  3. //connection to the database
  4. $conn = mysql_pconnect("localhost","user","pass");
  5. mysql_select_db("twdata",$conn);
  6. date_default_timezone_set("Europe/Zagreb");

Fix for php code

  1. <?php
  2.  
  3. //connection to the database
  4. $conn = mysql_pconnect("localhost","user","pass");
  5. mysql_select_db("twdata",$conn);
  6. date_default_timezone_set("Europe/Zagreb");

Fix for php code

  1. <?php
  2.  
  3. //connection to the database
  4. $conn = mysql_pconnect("localhost","user","pass");
  5. mysql_select_db("twdata",$conn);
  6. date_default_timezone_set("Europe/Zagreb");

Fix for php code

  1. <?php
  2. //connection to the database
  3. $conn = mysql_pconnect("localhost","user","pass");
  4. mysql_select_db("twdata",$conn);
  5. date_default_timezone_set("Europe/Zagreb");
  6. $update = date("Y.m.d H:i:s");

php code

  1. <?php
  2.  
  3. //connection to the database
  4. $conn = mysql_pconnect("localhost","user","pass");
  5. mysql_select_db("twdata",$conn);
  6. date_default_timezone_set("Europe/Zagreb");

JavaScript Convert the Temperature Code

  1. <html>
  2. <head>
  3. <title>Convert the Temperature</title>
  4. <script type="text/javascript">
  5. //This Code was created by David A. and Matt I. on July 28, 2008
  6. //You may use this code freely
Syndicate content