|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||||
|
|||||
|
PHP - Previous and Next Links
hi guys...
ok... before i start just letting you know I am new to whole php/sql thing.. now i am developing my web site >. http://www.maxdesings.5gigs.com I am gona have lots of tuts ... therefore i need to have page browser ( prev 6 7 8 9 10 next ) ================ now i been following the tuts on this site... http://codewalkers.com/tutorials/4/1.html PHP - Previous and Next Links by Matt Wade but I do get this message when i view my page ======================== Warning: mysql_query(): Access denied for user: 'maxdesig@localhost' (Using password: NO) in /home/maxdesig/public_html/tutorials/photography/index.php on line 16 Warning: mysql_query(): A link to the server could not be established in /home/maxdesig/public_html/tutorials/photography/index.php on line 16 Warning: mysql_query(): Access denied for user: 'maxdesig@localhost' (Using password: NO) in /home/maxdesig/public_html/tutorials/photography/index.php on line 22 Warning: mysql_query(): A link to the server could not be established in /home/maxdesig/public_html/tutorials/photography/index.php on line 22 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/maxdesig/public_html/tutorials/photography/index.php on line 23 =======================here is the code=============== php Code:
===================== What am i doing wrong.?? if its database... could you please guide me through it???!!! tanx |
|
#2
|
|||
|
|||
|
RE: PHP - Previous and Next Links
The problem shoud be here :
Warning: mysql_query(): Access denied for user: 'maxdesig@localhost' (Using password: NO) in /home/maxdesig/public_html/tutorials/photography/index.php on line 16 If your user that connects to db has a login and a password when it says USING PASSWORD NO means that the function has no password to supply on connection to the db. Check the syntax and the spell of the variables u use in the connection. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP - Previous and Next Links |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|