Login
Register
File: conn_data.inc.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
Bookmark in del.icio.us
Classes of Cristian Rusu
>
DB Connect
>
conn_data.inc.php
>
Download
File:
conn_data.inc.php
Role:
Configuration script
Content type:
text/plain
Description:
Used to specify the mySQL connection data
Class:
DB Connect
Query a database and fetch the result and metadata
Author:
By
Cristian Rusu
Last change:
Date:
2004-02-25 05:08
Size:
94 bytes
Contents
Download
<?php
$server
=
"localhost"
;
$user
=
""
;
$password
=
""
;
$db
=
""
;
?>
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2014