Uploader Comments (thenewboston)
Top Comments
-
Love your vids, but be careful when you tell people to type exactly what you have. If they don't know any better, they are going to enter your typos (there's a few) and be really confused when it doesn't work.
-
Excellent!
Thanks a lot.
All Comments (57)
-
He hasnt created the database in this video.
To create the database you do this
mysql_query("CREATE DATABASE nameofthedatabse " , variable in which u have stored connect info)
-
I've been looking for decent tutorials for the last 2 weeks and now I'm finally learning something!
-
Why is my access denied??
-
These tuts are the dogs bollocks
-
well i hav a few doubts pls some1 help me in it....while trying the above i got this error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'username'@'localhost' (using password: YES) in D:\xampp\htdocs\connectionfile
.php on line 10 Not Connected:Access denied for user 'username'@'localhost' (using password: YES)
wht's the prob? & my 2nd question is it necessary to try this @domain hosted...cant it be done on localhost.is this y im getting error?
-
I love this dude.
-
i have books table
and i displayed few fields of book in html table
i want to further link each row with a dynamic page fetching that book's details
like yahoo inbox page navigates to email body page when we click a specific subject in inbox page
-
There appears to be an error in his code.
the doublepoint in the die thinghy should be within the quotation marks. liek this:
die('Not connected :' . mysql_error());
-
There appears to be an error in his code.
the doublepoint in the die thinghy of the connector should be within the quotation marks. like this:
die('Not connected ::' . mysql_error());



Thanks man, yet another great tut :)
YouGotTeaBagged 3 years ago
thanks im working on the next tutorials right now so check back in a few!
thenewboston 3 years ago