6 linhas
91 B
PHP
6 linhas
91 B
PHP
<?php
|
|
|
|
mysql_connect("localhost", "usuario", "senha");
|
|
mysql_select_db("sei");
|
|
?>
|