mmm but i don't know how to run php-cli in xampp!
Hi null, sorry, I lost my inet connection at home, there is no way I can check the path of the php executable, but works in this way: you create a regular php file, for example:
<?php echo "Hello, world!"; ?>
Lets name it "salute.php". You need to give it execution rights:
chmod +x salute.php
And then you can execute it with
php salute.php
As I said, you will need to check the path for the binary file for php. It should be /opt/lampp/php or something like that. I can check it and post it tomorrow if you can wait
