PHP - What is Needed to Learn...

Sdílet
Vložit
  • čas přidán 26. 08. 2024
  • To learn PHP you'll need a LAMP server of some sort, a text editor, and a good study guide. I highly recommend buying a book because it's an excellent UI while learning a language.

Komentáře • 29

  • @elithecomputerguy
    @elithecomputerguy  Před 5 lety +5

    Go to www.elithecomputerguy.com to copy/paste code samples

  • @carwahapp2926
    @carwahapp2926 Před 5 lety +22

    You are the best trainer ever 👍👍👍
    You helped us creating a car rental app (we are like a broker for car rental companies in Saudi Arabia) we watched almost all of your videos..thanks we appreciate you 🌹

  • @mrg8894
    @mrg8894 Před 5 lety +8

    I like Eli’s way of explaining. Calm and confident voice.

  • @MrMrMayday
    @MrMrMayday Před 5 lety +5

    Gotta respect the man who does something he doesn't want to do, to live the life he wants to live.

  • @atlantaboston555
    @atlantaboston555 Před 5 lety +5

    Nice to see you back on rails;) IT is what's in your blood, i guess. Wish you success!

  • @ed505
    @ed505 Před 5 lety +3

    yeah!.. I learned php from the first php book you recommended many years ago!. I find books extremely useful!.

  • @mlsandreas
    @mlsandreas Před 4 lety +1

    Just found your channel-videos!! Amazing php content, love your teaching style!!

  • @thriftynick27
    @thriftynick27 Před 5 lety +1

    I use PHP built-in webserver for local development. It's also what Laravel uses when you do 'php artisan serve'. I agree, books are an excellent resource. It's also a good idea to familiarize yourself with the official documentation of any languages/tools/apis you use. Get in the habit of looking stuff up there first before turning to a book or stack overflow.

  • @loukasmaki
    @loukasmaki Před 5 lety +2

    I use EVERYTHING to learn. I jump between video courses, books and online tutorials.

  • @EHD351
    @EHD351 Před 5 lety +1

    I have 2 Visual Books right next to my Desk. Will soon add another one. Much appreciate your recommendation.

  • @Trezker
    @Trezker Před 5 lety +1

    Install docker. With that you make a tiny configuration file that sets up a container for you with all the stuff and does it right for whatever server you deploy to. With docker you never end up with a server where you left a lot of experimental misconfigurations, you don't need to write documentation about how to set up your server because it's all in the docker file.

  • @noferblatz
    @noferblatz Před 5 lety +1

    Another asset: php.net. All the built-in functions and docs on the language online, along with commentary. All indexed and searchable. Invaluable resource. I've been coding in PHP for over 20 years, and I still use this resource.
    Also, PHP has its own native server. Like this: php -S localhost:8000. This will work for your own server, but others on the LAN won't be able to reach the server.

  • @charlesachez7508
    @charlesachez7508 Před 5 lety

    Great tutorial... bit by bit break down. explaining everything down to the least. still learning

  • @beefwenceworth8275
    @beefwenceworth8275 Před 2 lety +1

    I would say build your own server. If you are gonna be into php then you are gonna want to be familiar with the whole xampp stack.

  • @sonnybrown4758
    @sonnybrown4758 Před 3 lety +1

    I'm using xampp. What should I do to "be careful"? Now you got me worried lol

  • @thomasarledge1933
    @thomasarledge1933 Před 5 lety +1

    Eli, books rule. Also really enjoy your videos. Denton TX

  • @aristidisbarlos6391
    @aristidisbarlos6391 Před 4 lety

    Solid advice. Thank you!

  • @Afrodance112
    @Afrodance112 Před 5 lety

    I just bought the book, thanks for the advice.

  • @wintereh4818
    @wintereh4818 Před 5 lety

    Seeing code in a book is harder to read than text editors but it's good to get used to

  • @xotocnemo9997
    @xotocnemo9997 Před 4 lety

    YOU are GREAT!!! :D

  • @claudiugafton
    @claudiugafton Před 5 lety

    Hi Eli! Why you removed the video named "Bitcoin value plummets"?! Please add it back, or send me a link to other platform if youtube removed it ... ;)

  • @jairhumbertodasilvafilho3619

    Doctrine is worth leaning? are people still using it?

  • @anredickerson1535
    @anredickerson1535 Před 5 lety

    oh my! ppl the Internet can't replace a well written book; they work with each other

  • @Ikkepop
    @Ikkepop Před 4 lety

    How about no

  • @drewerving7428
    @drewerving7428 Před 5 lety +2

    Anyone else get a kick out of Eli's lisp?

    • @MileBlas
      @MileBlas Před 5 lety

      Yeah whats up with that? Did he always speak like that?

    • @spencerjones1844
      @spencerjones1844 Před 5 lety

      The programming language he is speaking about is php not lisp. If you want to learn lisp watch eric grimeson