Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Help with database conection
Old 07-16-2004, 03:18 PM Help with database conection
Average Talker

Posts: 18
Trades: 0
Hiya im a newbie at coding and i want to have a user login section to my site so users can log in. I also need to no how to connect up a database to my site so information can be inputed
please help

Therawes
therawes is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-16-2004, 03:33 PM
Unknown.

Posts: 1,693
Trades: 0
A good tutorial for a members area can be found @ http://www.phpfreaks.com/tutorials/40/0.php

To connect to the database use..

PHP Code:

$username 
"Username";
$password "PASSWORD";
$database "Database_Name";

$connection=mysql_connect("localhost",$username,$password); 
    
$db=mysql_select_db($database,$connection); 
Hope this helps

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 07-19-2004, 08:48 AM
Ultra Talker

Posts: 377
Trades: 0
also may look at www.php.net - quite a lot of info.... 'n about "database-working" functions too

and to work with db (make a queries) you should use mysql_query function...
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Reply     « Reply to Help with database conection
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11593 seconds with 12 queries