Errors Intro - PHP - P73

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • We’ve lived life on the optimistic side. Never once did we stop to think that errors might be occurring. We are programmers and we are great at what we do. Why would we think that we should ever worry about error handling? Oh, the users that use our application. Who cares? They should know how to enter valid data when prompted. When we say that they should enter their age, clearly we mean that this should be a number (integer) and not a string. If they don’t know how to follow directions, that’s on them. They might brake the database you say? Okay, that’s more of a concern.
    Read the full article on my website
    www.dinocajic....
    Full Code
    github.com/din...
    PHP Playlist
    • PHP Tutorial
    --
    Dino Cajic
    Author and Head of IT
    Homepage: www.dinocajic.com
    GitHub: github.com/din...
    Medium: / dinocajic
    Instagram: / think.dino
    LinkedIn: / dinocajic
    Twitter: / dino_cajic
    My Books
    An Illustrative Introduction to Algorithms
    www.amazon.com...
    Laravel Excel: Using Laravel to Import Data
    amzn.to/4925ylw
    Code Along With Me - PHP: From Basic to Advanced PHP Techniques
    amzn.to/3M6tlGN

КОМЕНТАРІ • 2

  • @androidandroid9591
    @androidandroid9591 Рік тому

    Hello Dino.
    Just finished your 73 videos. You've done a man's job! (I would bet you know where that quote comes from). Overall, the clarity of exposition was very, very good, you obviously know PHP to a high degree and the entire series was very instructive. I am obviously giving you a HANDS UP. Thanks for all the effort.
    if you are ever so inclined, a couple of tutorials on DATABASE CONNECTIONS/CONNECTIVITY and mysqli commands (how to extract data from a database into PHP code) would be great. Also: LISTENERS. They come in handy when trying to work with executionable code. If you feel like it.
    Thanks. An excellent series indeed 👍

    • @dinocajic
      @dinocajic  Рік тому

      Thanks for that comment. I have 40 more videos on the way. Scripts and code already written.