Where Do I Enter My Database Login In Php
RegisterLogin
Where Do I Enter My Database Login In Php
Post Description: Entering The Database Credentials For Username And Password The Location In The File
Tags: Where, Do, I, Enter, My, Database, Login, In, Php
This Post Was Posted On Oct 26, 2009 By Gloper #2629
Post Description: Entering The Database Credentials For Username And Password The Location In The File
Tags: Where, Do, I, Enter, My, Database, Login, In, Php
This Post Was Posted On Oct 26, 2009 By Gloper #2629
Where Do I Enter My Database Login In Php by Gloper
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#2646 1
you need to set it up on these lines;
$hostname = "localhost"; // usually is localhost, but if not sure, check with your hosting company, if you are with webune leave as localhost
$db_user = "username"; // change to your database password
$db_password = "passwd"; // change to your database password
$database = "databse"; // provide your database name
$db_table = "user_info"; // leave this as is
$hostname = "localhost"; // usually is localhost, but if not sure, check with your hosting company, if you are with webune leave as localhost
$db_user = "username"; // change to your database password
$db_password = "passwd"; // change to your database password
$database = "databse"; // provide your database name
$db_table = "user_info"; // leave this as is
Oct 26, 2009 Reply Report abuse
©2012 Webune Forums - Wed Dec 12, 2012 10:26 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3