|
|
|
|
Title: PHP Tutorial - 25 - Selecting a MySQL Database
Added: Oct 19, 2008
Author: thenewboston
Duration: 5:52
Description:
PLEASE, watch this video in high def here http://www.youtube.com/watch?v=d1Qm7e0b27M&fmt=18its much better, and make sure to subscribe to my channel!http://thenewboston.com
Related Videos:
Videos related to 'PHP Tutorial - 25 - Selecting a MySQL Database'
Channel: People
Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston
php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston
Youtube Comments: 61
mangoprojects Says:
Jun 12, 2010 - I got the "Can't Connect to MySQL server on 'localhost' (10061). Can someone suggest a solution? Thank you. - behind vfx
sssubbu96 Says:
Jul 6, 2010 - these are really gr8 tutorials...
derekmcgoldrick Says:
Jul 7, 2010 - There is an error on line 5. The " :" needs to be removed or changed.
EnvyMyPower Says:
Sep 1, 2010 - line 5... the : needs to be removed
sfgdxgfsdgdfg Says:
Oct 20, 2010 - Ready to night party and meet naughty women **mworld5.info**
MisutaGameBoi Says:
Nov 3, 2010 - is there a more secure way of doing this? surely any noob can click "view source" and find u/p details.let us know. thanks.
monofono2006 Says:
Nov 6, 2010 - I was also thinking that way, but you cant look at the source code unless you hack into the database. If you check a source of a php fir it will look like an html file.
trappingnoobs Says:
Dec 20, 2010 - PHP is executed server-side so by the time they see it, it's already ran.
Th3LastT3mplar Says:
Feb 12, 2011 - Please help me beacause it says:Parse error: syntax error, unexpected ':' in /home/a2292773/public_html/connectionfile.php on line 5I wrote everything like BUCKY .
Th3LastT3mplar Says:
Feb 12, 2011 - Please help me because it says:Parse error: syntax error, unexpected ':' in /home/a2292773/public_html/connectionfile.php on line 5I wrote everything like BUCKY .
Drizien Says:
Feb 25, 2011 - 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());
Drizien Says:
Feb 25, 2011 - 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());
Drizien Says:
Feb 25, 2011 - There appears to be an error in his code.the doublepoint in the die thinghy of the connection he did in the last vid should be within the quotation marks.
aalamnaryab Says:
Mar 22, 2011 - i have books tableand i displayed few fields of book in html tablei want to further link each row with a dynamic page fetching that book's detailslike yahoo inbox page navigates to email body page when we click a specific subject in inbox page
PCGamesification Says:
Apr 9, 2011 - I love this dude.
krishnankuta Says:
Jul 28, 2011 - 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 10Not 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?
gavin3191 Says:
Aug 19, 2011 - These tuts are the dogs bollocks
MCXinito95 Says:
Oct 11, 2011 - Why is my access denied??
PktMma Says:
Dec 30, 2011 - I've been looking for decent tutorials for the last 2 weeks and now I'm finally learning something!
Danish13616 Says:
Jan 5, 2012 - He hasnt created the database in this video.To create the database you do thismysql_query("CREATE DATABASE nameofthedatabse " , variable in which u have stored connect info)
GamingJediPwns Says:
Jan 31, 2012 - Anybody learning this for the first time might want to try using mysqli_connect() instead as it is better than mysql_connect(). You will need to google it as the parameters are in a slightly different order but pretty much all mysql_ functions have an equivalant mysqli_ function.
TheProgrammingWorld Says:
Feb 8, 2012 - Guys check out new PHP tutorials on my page
MrQman1997 Says:
Feb 16, 2012 - I am a year 10 student and I am typing the code exactly how you typed it, but I kept on getting a Syntax error, I changed the code to this which gave me no syntax errors,
MsKoko144 Says:
Feb 28, 2012 - Hi,Can anybody please tell me where is the original BUCKY's (NOT ALEX!)!!cod from Bucky's php(game) tutorials 27-35 .Please !regards












mangoprojects Says:
Jun 12, 2010 - This one works.