HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
NEW TO DATABASES NEED HELP
Post new topic   Reply to topic    HTML Help Forum -> Javascript
View previous topic :: View next topic  
Author Message
legohead6



Joined: 23 Feb 2006
Posts: 39

PostPosted: Wed Mar 29, 2006 5:56 pm     NEW TO DATABASES NEED HELP Reply with quote

after finnally getting it to connect with this
Code:
<?php
$link = mysql_connect('localhost', 'user', 'pass');
if (!$link) {
   die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>


know i want to connect to the database "test" and show all the infromation under the table "members" this will help me figure it out and then i can kinda fiddle around..
legohead6



Joined: 23 Feb 2006
Posts: 39

PostPosted: Wed Mar 29, 2006 8:42 pm     Reply with quote

I FOUND THE PROBLEM! it was my error all along! ok heres what was happining~

when i went to select database the database i put was "test"(the name) but then i went to phpmyadmin and out of fluke thought i would try "mysite_com_-_mydb" because it whowed it there and that worked!!! omg ive been trying to get this for ever and it was the wrong db name all along! thankyou to everyone who helped me!
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Javascript All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial