I need a little help
#5

Your query only retrieves 1 result from the database.
PHP код:
format(querysizeof(query), "SELECT * FROM Businesses WHERE ID ='%d' LIMIT 1"BizzID); 
If you want all of the results to be retrieved, remove the 'LIMIT 1' from the query. If you're testing it with this one business, I advise you to use 'printf' to print out values of the retrieved coordinates. Check if they match the records from your DB.
Reply


Messages In This Thread
I need a little help - by C5Perfect - 29.12.2017, 02:19
Re: I need a little help - by Jstylezzz - 29.12.2017, 07:42
Re: I need a little help - by C5Perfect - 29.12.2017, 10:56
Re: I need a little help - by C5Perfect - 29.12.2017, 17:43
Re: I need a little help - by Jstylezzz - 29.12.2017, 21:56

Forum Jump:


Users browsing this thread: 3 Guest(s)