Re: problems using open to get data from mysql

2002-03-05 Thread fliptop
Maleit Nen wrote: > > First excuse my english please, i am tring to get data from mysql with > open(ident,"|mysql... > and put the result in a var $salida > > This is the script: > > $comandosql="use mataro;select password from mataronins where > identificador=\"$identificador\";"; > open (T

problems using open to get data from mysql

2002-03-04 Thread Maleit Nen
First excuse my english please, i am tring to get data from mysql with open(ident,"|mysql... and put the result in a var $salida This is the script: $comandosql="use mataro;select password from mataronins where identificador=\"$identificador\";"; open (TUNEL,"|mysql -h localhost -u root");