WHich will be ligter on the server.
and thats in a while loop
befor the while loop thers : $i = 1
at the end of while loop there is $i++
if val 3 will equal the same value as $i , is there any positive to leave it in the sql query?
Code:
SELECT val1, val2, val3, val4, val5 FROM `tblname` WHERE `val4;` = $i
befor the while loop thers : $i = 1
at the end of while loop there is $i++
if val 3 will equal the same value as $i , is there any positive to leave it in the sql query?
Comment