hi
i am new to using vagrant box
i install this vagrant image from the following:
this give me the following;
- Ubuntu 14.04 + Apache2 + Php5 + MySQL 5.5.x
i now want to access my php from my windows command line (i am using cygwin) -however i don't know how to access the php files.
i tried doing this from with the folder
<? php echo "testing "; ?>
but got the following message:
-bash: ?: No such file or directory
would appreciate some advice