[PHP-DB] Hi I am new

2004-04-23 Thread water_foul
I am new to databases and php and I was wondering if any one would point me to a good guide anything would help :) thanks in advance, water_foul -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] problem....

2004-06-22 Thread water_foul
why doesn't this work: $pic=mysql_query('SELECT Rune, username FROM RuneRunner RuneRunner_1 WHERE (User_ID = 3)',$connection); $pic=mysql_fetch_array($pic); -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] problem....

2004-06-22 Thread water_foul
I tried that it didn't work Cole S. Ashcraft [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Just from looking at it, it seems to be because you are redefining a variable, which destroys it, then calling for a mysql resource that has been destroyed. What is the error? I can't

Re: [PHP-DB] problem....

2004-06-22 Thread water_foul
I checked em all they were right Daniel Clark [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Sounds like it doesn't like your SQL statement. Perhaps a field or table name is incorrect? Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in

Re: [PHP-DB] problem....

2004-06-22 Thread water_foul
)' What is RuneRunner and RuneRunner_1? Are these two different tables. If it is, you might want to separate them with a comma. Why not try getting rid of the brackets surrounding User_ID=3? And also wrap single quotes around the digit 3. - Original Message - From: water_foul [EMAIL

[PHP-DB] ummm i am confused

2004-06-26 Thread water_foul
i get the following error: Parse error: parse error, unexpected ';' in C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\runescape\runerunner\s ervices.php on line 4 from the following code: ?php //Database Querys $dbconn = mysql_connect($dbHost , $dbName , $dbPassword) or

Re: [PHP-DB] ummm i am confused

2004-06-26 Thread water_foul
, password or host : .mysql_error()); -this bracket!!! $connection=Mysql_connect($dbHost , $dbName , $dbPassword) Saturday, June 26, 2004, 7:23:30 PM, water_foul wrote: w i get the following error: w Parse error: parse error, unexpected ';' in w C:\Inetpub\localroot\aichlmayr.net\sites\aaron

[PHP-DB] access denied

2004-06-26 Thread water_foul
i get this error: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\runescape\runerunner\s ervices.php on line 3 and the code up to line 3 is: ?php //Database Querys $connection=Mysql_connect($dbHost , $dbName ,

[PHP-DB] Re: access denied

2004-06-26 Thread water_foul
oh... one request, no replying to sender Water_foul [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i get this error: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\runescape\runerunner\s

Re: [PHP-DB] access denied

2004-06-26 Thread water_foul
I did set the veriables just in another script that includes this swcript Mikhail U. Petrov [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! I think you not set this variables. Try to read your full errorlog but not only one part. Saturday, June 26, 2004, 7:37:36 PM, water_foul