November 8th, 2013, 07:27 PM
-
Php -r not working while installing composer
First I'll just say that I'm totally new to PHP and I'm just trying to follow this tutorial
http://phpixie.com/tutorials/download-instructions/
Also I should mention that I'm trying to install this on my webhost.
Instructions from tutorial:
Code:
cd /home/fairy/projects/
php -r "eval('?>'.file_get_contents('http://getcomposer.org/installer'));"
This is the error:
Code:
Error in argument 1, char 2: option not found r
November 8th, 2013, 07:35 PM
-
That's not an error message from PHP. Are you sure you have it installed properly?