9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
|
|
// define database connection params
|
|
$host = 'totmann';
|
|
$user = 'astUser';
|
|
$pw = "astPasswd";
|
|
$database = "ast";
|
|
|
|
?>
|