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

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 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

    • @GerardHammond
      @GerardHammond 2 ปีที่แล้ว +1

      me too. I've been doing this on and off for years but never really understood some tidbits in here

    • @amagrawal0090
      @amagrawal0090 2 ปีที่แล้ว +1

      Me too

    • @chlouis-girardot
      @chlouis-girardot 2 ปีที่แล้ว +1

      Ahaha ! So true 😆

    • @jakubfrei3757
      @jakubfrei3757 ปีที่แล้ว +1

      exactly

  • @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

    • @laracastsofficial
      @laracastsofficial  2 ปีที่แล้ว +3

      Thanks, Mike! I appreciate that. - Jeffrey

  • @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 ?

  • @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.

  • @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😁.

  • @AK2000YY
    @AK2000YY 4 หลายเดือนก่อน

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

  • @m.iihlas5864
    @m.iihlas5864 2 ปีที่แล้ว

    Please put PHP Mailer function

  • @jediampm
    @jediampm 2 ปีที่แล้ว

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