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
i followed the tutoria to connect to my database, but where do i enter my database login in php
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
Oct 26, 2009 Reply Report abuse
©2012 Webune Forums - Wed Dec 12, 2012 10:26 pm
Powered by: Webune Forums V3