![]() |
romaldus 9/28/2016 |
hi all guys.excuse me for my poor english.i have problem in pass array to javascript onload and i cant use the array in javascript onload.please help me
|
M
|
mr.a021 author 9/28/2016 |
my code in list page>before display $sql = "SELECT ID feom table2";
|
![]() |
Admin 9/30/2016 |
You need to use a PHP array, right now you are using a scalar PHP variable $ID overwriting its value while looping through query results. |