View Single Post
  #9 (permalink)  
Old 02-29-08, 16:24
Agent_Smith Agent_Smith is offline
BOD Member
 
Join Date: Feb 2008
Posts: 5
Send a message via MSN to Agent_Smith
Default

If you make a software which relies on multiple files connecting to a database, i would place

PHP Code:
$servername "localhost";
$dbuser "your_name";
$dbpass "your_password";
$dbname "examples"
Along with the connect function and then use a php include in the files which require!
Reply With Quote