MySQL Help
#2

This loop atleast will never call 3, for your statement is "i < 3" (since num rows is 3). This means it will keep looping as long i is below 3.
Also you don't need to format a string for a print function.
You have: print(msg[]) and printf, and with printf you can add these vars (printf("i=d",i)

Anyway I can't see what's wrong futher so quick.
Would love to help but I am currently on my phone

P.s.
PHP код:
new num_rows1;
while (
c+1)
{
//cache content etc
i++;//after creating the vehicle!

Reply


Messages In This Thread
MySQL Help - by HidroDF - 28.08.2016, 00:41
Re: MySQL Help - by Kwarde - 28.08.2016, 01:02
Respuesta: MySQL Help - by HidroDF - 28.08.2016, 01:12
Re: MySQL Help - by Konstantinos - 28.08.2016, 08:11
Re: MySQL Help - by Kwarde - 28.08.2016, 11:32
Re: MySQL Help - by Konstantinos - 28.08.2016, 11:36
Respuesta: MySQL Help - by HidroDF - 28.08.2016, 11:52
Re: MySQL Help - by meranti1995 - 28.08.2016, 12:01
Re: MySQL Help - by Konstantinos - 28.08.2016, 12:03
Respuesta: MySQL Help - by HidroDF - 28.08.2016, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)