MySql Query Fails
Whit this Code Return is always 1 if the query succeeds.
GetID() is always 1, but in the DB this SteamID is whit id 7 Maybe some1 knows the mistake i have in my code :) PHP Code:
PHP Code:
|
Re: MySql Query Fails
SELECT id FROM `stats` WHERE steamid = 'STEAM_0:1:23456789'
|
Re: MySql Query Fails
The Querys works Fine
Mine and Your Version :) I think the Problem is in the Handler |
Re: MySql Query Fails
Oh, well, you're doing it completely wrong. You missed the concept of threaded queries, and that is the reason why it returns 1 for you.
|
Re: MySql Query Fails
Simple , you never execute the query.
|
| All times are GMT -4. The time now is 12:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.