Changeset 17423 for schedule/Transaction/insert.php
- Timestamp:
- 01/03/14 10:30:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r17422 r17423 1 1 <?php 2 2 //connect to the mysql 3 $db = mysql_connect( 'localhost', 'root', '') or die("Could not connect database");3 $db = mysql_connect("localhost","scheduletest","t3stsched"); 4 4 mysql_select_db('sandboxschedule', $db) or die("Could not select database"); 5 5
Note:
See TracChangeset
for help on using the changeset viewer.