| | |
dosent like query
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jan 2006
Posts: 3
Reputation:
Solved Threads: 0
well here is the part of my script that is malfuctioning.
i get thsi error
and from the code above this is the line it is refering to
i am compleatly lost. i have no idea what so ever is wrong.
PHP Syntax (Toggle Plain Text)
require "config2.php"; require "config.php"; $result = mysql_query( "SELECT `sum` FROM `subs`" ); $sq = mysql_fetch_assoc($result); $value = $sq['sum']; $val = preg_replace('/$/', '', $value); ?> <br> <?php echo $val; $query = mysql_query( "SELECT title, threadid FROM `thread` WHERE forumid = '10' ORDER BY threadid LIMIT '". $val ."' , 10" ); while( $row = mysql_fetch_assoc( $query ) ) { ?>
i get thsi error
PHP Syntax (Toggle Plain Text)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in
and from the code above this is the line it is refering to
PHP Syntax (Toggle Plain Text)
while( $row = mysql_fetch_assoc( $query ) ) {
i am compleatly lost. i have no idea what so ever is wrong.
•
•
Join Date: Jan 2006
Posts: 3
Reputation:
Solved Threads: 0
i found the problem. because like all good problems 2 mins after you post it you solve it yourself.
it was the config files. they contain conecxtion deatils for two diffrent dbs and if you look were they are you can see that it will run my secound query of the file config file not the secound like i wanted.
it was the config files. they contain conecxtion deatils for two diffrent dbs and if you look were they are you can see that it will run my secound query of the file config file not the secound like i wanted.
![]() |
Similar Threads
- Sql Query (VB.NET)
- Removing Query Strings (ASP.NET)
- Double MySQL Query (PHP)
- Dynamic Query (JSP)
- Retreiving variables from a sql query into a form (PHP)
- Query Building (Database Design)
Other Threads in the PHP Forum
- Previous Thread: Returning HTML code through SQL query?
- Next Thread: exec function on Windows XP
| Thread Tools | Search this Thread |
301 access apache api array autocomplete beginner binary broken button cakephp checkbox class cms code compression cron curl data database dataentry date display dropdown dropdownlist duplicates dynamic echo email error execution file files folder form forms function functions google href htaccess html htmlspecialchars httppost image include insert integration ip javascript joomla jquery limit link links login mail md5 menu methods mlm multiple mysql oop paypal pdf pdfdownload php phpvotingscript query radio random recursion remote script search secure server session sessions source space sql subscription syntax system table tutorial tutorials update upload url validator variable video virus volume votedown web youtube





