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

2013-04-09 Thread El Ale...
you probe command system()? 2013/4/9 Ken Kixmoeller > 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 ) and willing to help. >

[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 S

[PHP] Re: bucle while for to msqyl

2012-09-17 Thread El Ale...
t 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... > hi! im new in this forum, i not speak very good english, apologise

[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 oth

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
ssoc($resEmp)) { >> $numero = $rowEmp['n']; >> } >> } >> return $numero; >> } > > > Kind regards/met vriendelijke groet, > > Serge Fonville > > http://www.sergefonville.nl > > Convince Microsoft! > They need to add TRUNCATE PARTI

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table > > > > 2012/9/16 El Ale... > >> 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 loo

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
rver/feedback/details/417926/truncate-partition-of-partitioned-table > > > > 2012/9/16 El Ale... > >> >> >> 2012/9/16 El Ale... >> >> Im sorry "reset;" is not, this is: >>> >>> >> include("conexio

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread El Ale...
2012/9/16 El Ale... > Im sorry "reset;" is not, this is: > > include("conexion.php"); > > do { > > > echo "$numero"; > sleep(1); > > > if ($numero == 1) > > continue; > break; > } while (true); >

[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: 3 connect to mysql conexion.php: 0) {