I have some problems with a part of my cript, it's answering by showing the PHP code of my target page. Here is the part of my code:
curl -X POST -F 'decription='$description'' -F 'valeur=007' -F 'nom_carte=something' -F 'horodatage=something' $cible
I think it's a quoting pb. I tried possibilities but still don't get it.