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)
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 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());
Please help me because it says:
Parse error: syntax error, unexpected ':' in /home/a2292773/public_html/connectionfile.php on line 5
I wrote everything like BUCKY .