--------------------------------------------------------------------------------
ex_familiarisation.php
--------------------------------------------------------------------------------
cours de prix inferieur ou egal a
:
";
$ordre = ociparse($connection, $texte);
ociexecute($ordre);
while(ocifetchinto($ordre, $ligne))
echo $ligne[0].",".$ligne[1]."
";
ocilogoff($connection);
?>
--------------------------------------------------------------------------------