PHP For Beginners, Ep 25 - Intro to Forms and Request Methods

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 20

  • @DaviMartins99
    @DaviMartins99 2 роки тому +25

    This series is a blessing.
    I'm not a begginer, but i'm still watching 'cause there's something very satisfying about Jeffrey writing vanilla PHP code lol

  • @swancompany_inc
    @swancompany_inc 2 роки тому +6

    Hey Jeffery. I'm a lifetime member with laracasts and follow your content closely. If anyone hasn't mentioned this to you before, you are very good at what you do and provide so much value to people like me. Keep up the great work! -Mike

  • @frsn.bangladesh522
    @frsn.bangladesh522 2 роки тому +11

    if you create PHP advanced series it significantly helps us with our PHP journey 😍😍

  • @jonasbirkelof3614
    @jonasbirkelof3614 2 роки тому +3

    I have been coding PHP for years and I still get tips and ideas on how to solve things in my code. I know all of the form stuff, but that return-array and var-require thingy is a thing I’ve never thaught of and I love it! 😂 waiting very impatiantly on the next episode!

  • @abelmarkos5753
    @abelmarkos5753 2 роки тому +1

    Awesome Lesson waiting for the next one

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

    When you say,
    If(isset($_GET['search'] && !empty($_GET['search'])
    {
    $search = $_GET['search'];
    } else {
    return false;
    }
    What is it about this code that will cause the html form part of the code, below the PHP part, to fail to display ?

  • @AK2000YY
    @AK2000YY 4 місяці тому

    you are amazing🤍🤍🤍
    please give us such that content

  • @m.iihlas5864
    @m.iihlas5864 2 роки тому

    Please put PHP Mailer function

  • @ShubhamMishra-uw9yi
    @ShubhamMishra-uw9yi 2 роки тому

    Is there any upcoming courses on laravel 8 or 9 ? Looking forward to learn from you

    • @laracastsofficial
      @laracastsofficial  2 роки тому +1

      laravelfromscratch.com

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

      ​@@laracastsofficial
      But, it's two versions back(v8)😢. We are really hoping to learn laravel from scratch using v10😁.

  • @devnullex
    @devnullex 2 роки тому

    Is there any chance to see this as a github repository? I would like to train with this code

    • @laracastsofficial
      @laracastsofficial  2 роки тому +1

      Yes. Source code for each lesson is available on the main Laracasts website. phpforbeginners.com.

  • @jediampm
    @jediampm 2 роки тому

    Hi,
    so by your logic then note route should be, for example, ' /notes/show ' !!!!! 😅