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
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");