added mysqldata example
This commit is contained in:
parent
f7797ca6b2
commit
cb033bf456
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
//MYSQL
|
||||||
|
$GLOBALS["servername"] = "localhost";
|
||||||
|
$GLOBALS["username"] = "root";
|
||||||
|
$GLOBALS["password"] = "";
|
||||||
|
$GLOBALS["database"] = "factorymaster"
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue