Issue
I am currently using LAMP package . I can run php from terminal using lampfolder/php/bin ./php filename . But Now i want to use the php file without going into lamp folder .
Solution
export PATH="path"
Include this in .profile
Answered By - Torrezzzz
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.