I don’t know if you went through this but it might be able to help others later on.
Instead of going out and purchasing webspace, it is possible to do this locally. If you open your mysql commandline client, you can manually input the database yourself.
Once that is completed when you get to the $dbc, the username is then “root”, with the master password you inputted during installation.
you need to put the first part of your website on the mysql_select_db like in his other tutorial you need to include the first part of your website underscore then the database name and it will work
Okay, this is what I get:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘********_********’@'localhost’ (using password: YES)
Could someone help?
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.
Loved all the tutorials. Have been watching and learning all day. Felt gipped, however, when starting from lessons 24 images became blurry from the hi-def requirement Furthermore, GoDaddy ( I know, I know) had different set up procedures ( you had to get their PHP script in order to connect). Never the less, you should set up a Pay Pal option own your site, I bet you could live off the many thankful views. Thanks again for the outstanding presentations. Look forward to more!
I don’t know if you went through this but it might be able to help others later on.
Instead of going out and purchasing webspace, it is possible to do this locally. If you open your mysql commandline client, you can manually input the database yourself.
Once that is completed when you get to the $dbc, the username is then “root”, with the master password you inputted during installation.
Example:
$dbc = mysql_connect(‘localhost’, ‘root’, ‘password’);
you need to put the first part of your website on the mysql_select_db like in his other tutorial you need to include the first part of your website underscore then the database name and it will work
Impressive series of works. Bravo.
earlier code works now, but thanks. this may help others.
change
$dbc = mysql_connect(‘localhost’,'username’,'password’);
with
$dbc = mysql_connect(‘localhost:3306′,’username’,'password’);
you need to fix your code :: it case me some headache but here the right code for everyone trying to learn
if (!$dbc){
die(“not connect”.mysql_error());
}
//select databse
$db_selected = mysql_select_db(“game”,$dbc);
if(!db_selected)
{
die(“cant connect:”.mysql_error());
}
I think you need “localhost” first, then username and password. Try that.
same with me!
usernames, passwords etc. are right.
Okay, this is what I get:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘********_********’@'localhost’ (using password: YES)
Could someone help?
Man youre the best teacher ever
i barely speak english but with your method
it was very easy to learn some php thankyou very very much
youre a really good teacher. thank you.
excellent work, thanks alot ,you saved my lots of time to read book to review,god bless
look forward to more.please carry on the good work.
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.
oh! i dint know that! thnxz for telling XD
&fmt=18 is high quality &fmt=22 is high def which not all videos can go high def
i think add “&fmt=18″ to the video url and it will become hi-def! XD
dude, u deserve to be a youtube partner! you are not like other partners, you r good
Loved all the tutorials. Have been watching and learning all day. Felt gipped, however, when starting from lessons 24 images became blurry from the hi-def requirement
Furthermore, GoDaddy ( I know, I know) had different set up procedures ( you had to get their PHP script in order to connect). Never the less, you should set up a Pay Pal option own your site, I bet you could live off the many thankful views. Thanks again for the outstanding presentations. Look forward to more!
thanks dude.. nice tutorials..
hahahha
Thanks for the PHP tutorials, dude. I appreciate it.
Great!