haniabidkz Posted January 13, 2017 Share Posted January 13, 2017 I am a newbie in Php and I am confused about where to start,where to end etc.so before start to learning it,I have find some answers after a research on google.Here is what I have concluded.Let me know is these steps for becoming a php developer are correct or if I am missing any thing please add it. Steps: 1-Learn Php Basic 2-Build a Simple Php Website 3-MYSQL Basic 4-Website Using Php and MySQL 5-Php OOP 6-Project Using OOP 7-Php MVC Framework Quote Link to comment Share on other sites More sharing options...
TapeGun007 Posted January 13, 2017 Share Posted January 13, 2017 It depends on what your background is. Have you coded in ANY language prior to trying to learn PHP? Have you programmed any databases like Access, or mySQL? What exactly do you want to do? Are you looking at just learning how to code just the backend of a website, or do you want to code an entire website? Quote Link to comment Share on other sites More sharing options...
haniabidkz Posted January 14, 2017 Author Share Posted January 14, 2017 Yeah I have a good basic knowledge of programming and i want to design a backend website. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted January 14, 2017 Share Posted January 14, 2017 What? No front? Quote Link to comment Share on other sites More sharing options...
NotionCommotion Posted January 14, 2017 Share Posted January 14, 2017 (edited) I think your list is pretty good. You will learn more as you go on. A couple items to add. Composer (look into right now) Template engines such as Twig (look into right after you have made a few simple pages) PHP configuration (when things don't work, you will need to know why) Apache, nginx, etc. Documentation (never too early) Unit testing (I still need to do) Security (look into before you go production, and even sooner so you form good habits) Command line uses Various 3rd party libraries (as needed) Edited January 14, 2017 by NotionCommotion Quote Link to comment Share on other sites More sharing options...
benanamen Posted January 14, 2017 Share Posted January 14, 2017 (edited) If you dont know html and CSS, start here :https://www.codecademy.com/learn/web Then go here https://www.codecademy.com/learn/php When you get farther along study this: https://phpdelusions.net/pdo Install XAMPP to run, test and learn on your local computer https://www.apachefriends.org/index.html Edited January 14, 2017 by benanamen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.