- Laracasts php basic - PHP for beginners by Jefferey Way
- PHP tutorial w3 school - PHP tutorial on w3school
- Beginner's PHP - PHP learn it step by step
- PHP tutorial by tutorial's point - PHP tutorial on TutorialPoint
- PHP ultimate guide - PHP tutorial on tutorial republic
- PHP Projects - PHP Projects
- PHP Videos - PHP tutorial videos
- PHP TUTORIAL - PHP tutorial on web and Mobile app
keep practising and keep experimenting a lot and dont ignore the PHP documentation . Good Luck
- After forking the project, git clone this repository onto your local environment:
git clone https://github.com/MozLNMIIT/PHP.git
- Create a separate Git branch
git branch <your_new_branch_name>
- Git checkout your branch
git checkout <your_new_branch_name>
- Open up the project in your favorite code editor (e.g. Sublime Text 3,Atom etc).
- Make your changes.
- Git add and commit your changes.
git add <file_name>
git commit -m <insert_commit_comment>
- Git push your changes as well as your new branch.
git push -u origin <your_branch_name>
- Go to the GitHub repository and submit a Pull Request.