Skip to content

Commit 6349a74

Browse files
author
Carlo Pietrobattista
committed
mysql query helper examples
1 parent d9b9ef8 commit 6349a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ptcdb-ex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$db['host']="localhost"; # mysql host
44
$db['user']="mysql user"; # mysql user
55
$db['pass']="mysql pass"; # mysql pass
6-
$db['database']="database name"; # mysql database name
6+
$db['database']="db name"; # mysql database name
77
#########################################
88

99
# initialize the class

0 commit comments

Comments
 (0)