How to start with PHP ?

It's not difficult for you because you know HTML.
HTML is the basic of PHP, you just have to start learning using any tutorial.
You can use W3School for online learning PHP with easy steps.
It'll help you a lot.
 
Yeah, try some lessions of PHP to get basic skills and then explore some open source projects.

I like to browse GITHUB and lurking source code of interesting stuff. It can give you a lot.
 
Which books do you guys recommend? And, generally, what is the best way for someone, who was coding a little in C/C++?
 
https://www.codecademy.com/
Codecademy is a great place to start.
 
Which books do you guys recommend? And, generally, what is the best way for someone, who was coding a little in C/C++?
Contribute to stackoverflow may be. There's no such thing as a sole tutor or anything. We google it whenever needed.. You can't get it in a single site/book/girl(oops i did mean php).
 
Try thinkful.com ... I learned full stack dev from them in 3 months. Like a bootcamp but done remotely. You get a one and one twice weekly with a teacher. Comparable courses are offered in New York and San Fran for $20k ... this one is $500 a month.

Afterwards I suggest posting on Upwork and asking for a mentor to help you with a personal project.
 
http://www.blackhatworld.com/blackhat-seo/member-downloads/568827-get-become-web-developer-scratch-complete-course.html
You don’t have permission to view this thread :( Can someone reupload this please?
 
Can anyone guide me how to start on with php?
i know basic html and little bit of programming concepts

Thanks and Regards
Pulkit Thakur


Best website to learn PHP is w3schools.. Go to the website and start learning.. Simple!
 
Php is one of the easiest languages to learn. Netbeans IDE is one of the best environments to use ( good hints ). Learn by doing, testing and refining.
 
There are a lot of free quality courses related every languages on udemy, you can start any course of php there but check its outlines first either its useful for your or not.
 
search in google "How to be a php developer". In the beginning, i was searching this in google and find so many suggestions for a full stack php developer. "the pirate bay" this torrent site is very much useful to download all of the tutorials about php and basic programming things.
 
I'm a little weird. I had trouble sleeping two nights in a row. The third night I was able to relax by writing some PHP so maybe my advice isn't the best.

I had a friend write a script for me I needed. I then made a second copy of it so I could play with it and edit it. Eventually I rewrote the whole script from scratch adding includes and other features I'd researched on my own. If you can do your own research that works great since you pick up other tidbits you'll use later while trying to find a solution to the present challenge.

Rick
 
Back
Top