Where Do I Enter My Database Login In Php
Entering The Database Credentials For Username And Password The Location In The File
Where, Do, I, Enter, My, Database, Login, In, Php


Mon Oct 26, 2009 3:18 pm - Where Do I Enter My Database Login In Php
#2629
Where Do I Enter My Database Login In Php
author: Gloper
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Mon Oct 26, 2009 3:18 pm - Re: Where Do I Enter My Database Login In Php
#2646
webune
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