[PHP] Re: bucle while for to msqyl

2012-09-17 Thread El Ale...
Good people i finish thanks everyone!! this script finished: ? include(tempconex.php); $stop = SELECT estado FROM mensajes WHERE estado is NOT NULL; do { ### comienzo script de conexion ### $queEmp = SELECT numero, mensaje FROM mensajes WHERE estado is NULL; $resEmp = mysql_query($queEmp,

[PHP] Re: bucle while for to msqyl

2012-09-16 Thread El Ale...
Now what I need is a loop that fence mysql collecting and updating information automatically and when no more data to update not run more as I show in the first script, try to do with this do while loop but it works for me as it reads the first data and others do not follow, is as to ignore the