Ignore:
Timestamp:
01/03/14 10:30:58 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/update.php

    r17422 r17424  
    11 <?php
    22//connect to the mysql
    3 $db = mysql_connect('localhost', 'root', '') or die("Could not connect database");
     3$db =mysql_connect("localhost","scheduletest","t3stsched");
    44mysql_select_db('sandboxschedule', $db) or die("Could not select database");
    55
Note: See TracChangeset for help on using the changeset viewer.