Recent content by dfpsx10h

  1. D

    How to set MySql database timezone

    I tried to set the timezone from the Query Window of PhpMyAdmin with: SET time_zone = 'america/vancouver'; But I got an error: #1298 - Unknown or incorrect time zone: 'america/vancouver'. 'America/Vancouver' does not neither. Thank you in advance!
  2. D

    Help needed on database selection, tried several times not working

    $link = mysql_connect('localhost', 'username', 'password') or die("DB error #00"); $con = mysql_select_db("******_**", $link) or die('DB error #03.'); The database connection is passed, but database selection failed. The program is in the file timesheet/index.php. Thanks in advance!
  3. D

    Totally new - Why I open my main domain, it shows the directories,

    Thank you so much William. It works. Best regards, AC
  4. D

    Totally new - Why I open my main domain, it shows the directories,

    but not my Default.php or Index.php? it shows: Index of / cgi-bin/ mypath/
Top