Mysql Problem!
#3

That`s called recursion https://en.wikipedia.org/wiki/Recursion

On line 5, mysql is instructed to call CheckQuery1 query, which in return calls the query again and again calls that callback and so on.
You have two choices:
  • Create a stopping condition, as demonstrated by Jeff.
  • Move the callback to a different function, which does not call this query.
Reply


Messages In This Thread
Mysql Problem! - by Ugaustin - 31.10.2015, 14:05
Re: Mysql Problem! - by Jefff - 31.10.2015, 17:54
Re: Mysql Problem! - by Macluawn - 31.10.2015, 20:17
Re: Mysql Problem! - by PrO.GameR - 01.11.2015, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)