Re: [PHP] Commands which call exec() or shell_exec() ??

2013-04-09 Thread El Ale...
you probe command system()? 2013/4/9 Ken Kixmoeller phph...@comcast.net Yes --- it worked. Thank you so very much. I had searched the heck out of this to no avail. This is why I think developer communities are so great -- always someone smarter than me (not that it is a high bar s) and

[PHP] output command and php

2012-09-28 Thread El Ale...
People good afternoon am using a system called the collects gammu sms my cell with a command gammu getallsms sms me when I pick up the following: gammu getallsms messages.txt and I keep it in a text file with the following format: messages.txt folder, input code, tray number: +54025487555

[PHP] Re: bucle while for to msqyl

2012-09-17 Thread El Ale...
not run this, im need if estado from mensajes is true loop the script but if not break this. I tried: $stop = SELECT estado FROM mensajes WHERE estado is NOT NULL; y el while: } while ($stop == true); continue; break; but not run. Thanks everyone!! 2012/9/16 El Ale... alexissauc

[PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
hi! im new in this forum, i not speak very good english, apologise im spanish. I have a problem, need one infinit bucle to mysql only true if false break this, for example: prueba.php: ? include(conexion.php); do { echo $numero; sleep(1); if ($numero == 1) reset; continue;

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
2012/9/16 El Ale... alexissauc...@gmail.com Im sorry reset; is not, this is: ? include(conexion.php); do { echo $numero; sleep(1); if ($numero == 1) continue; break; } while (true); ? Thanks! 2012/9/16 Serge Fonville serge.fonvi...@gmail.com Hi, if ($numero

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
-table 2012/9/16 El Ale... alexissauc...@gmail.com 2012/9/16 El Ale... alexissauc...@gmail.com Im sorry reset; is not, this is: ? include(conexion.php); do { echo $numero; sleep(1); if ($numero == 1) continue; break; } while (true); ? Thanks! 2012/9/16 Serge

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
/feedback/details/417926/truncate-partition-of-partitioned-table 2012/9/16 El Ale... alexissauc...@gmail.com yes it 1 = 1 its (true) bucle's run, but! if 1 is not same 1 bucle break. when consulted database and this value is 1, the loop continues, but when changing the value of the database

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2012/9/16 El Ale... alexissauc...@gmail.com How could I?, should use

[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