Learn PHP: GET and POST

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 80

  • @PabloEscobar-nj8hy
    @PabloEscobar-nj8hy 8 лет назад +63

    Simple and straight forward. Pablo approves.

    • @youtubezombies
      @youtubezombies 7 лет назад

      the majestic Pablo is here O_O...................your holiness....may you have mercy on my poor soul?

  • @JasonCtutorials
    @JasonCtutorials 9 лет назад +2

    Thanks man. I'm going to applying to this my apps. Greatest teacher ever.

  • @wesleylopes1196
    @wesleylopes1196 8 лет назад +2

    Thanks for your videos, are very important to me... I train my English and learning PHP.

  • @lekenn2920
    @lekenn2920 3 года назад +1

    I have never seen a video about web while including security at the same. Bro you are amazing 🙂

  • @pepeback
    @pepeback 8 лет назад

    just an observation, by declaring "name="name"', even though we dont type anything in the text field, php isset() function, considers that it is actually set. Meaning a empty string would be considered as set.
    However empty() works as expected when you type nothing in the fields.

  • @graham8377
    @graham8377 9 лет назад

    Another fantastic video. Great job. I have a question. I've not seen someone use curly beaces around variables in the echo statement. What is the reason for doing that?

  • @thischannelhasbeenprivated8172
    @thischannelhasbeenprivated8172 4 года назад +3

    you can also use “Your name is” . $name . “and your age is” . $age
    Instead of “Your name is {$name} and your age is {$age}”

  • @leopng
    @leopng 10 лет назад +13

    Wow, that was very usefull ! Thank you so much !

    • @codecourse
      @codecourse  10 лет назад +2

      No problem! Glad you found it useful.

  • @theGENIUSofART-understood
    @theGENIUSofART-understood 8 лет назад +1

    Why does post allow you to send more data?
    get is for getting info from the database and post is for adding data to it?

  • @bramdepittige
    @bramdepittige 7 лет назад

    This is insanely well done i appreciate the time and effort you've put in this video and the excellent explanation of post and get.

  • @ClassicCartoonsNL
    @ClassicCartoonsNL 8 лет назад

    Good video. Very explanative. Can you make a video regarding post comments in the same place where the post form is?

  • @ugiampaolo
    @ugiampaolo 3 года назад

    What web server do you use? What installation did you do to activate php?

  • @shaunmorrison
    @shaunmorrison 9 лет назад +1

    Thanks for the tutorial!
    I was surprised to find that isset still returns if empty as it's still set as an empty string. Would it be better to use the following?
    if(!empty($_POST['name']) && !empty($_POST['age'])) { do something }
    Would there be any reason to use isset at all if you have used !empty?

  • @bakralbakri9565
    @bakralbakri9565 6 лет назад

    I have a question: since 4:31 you started using PHP's open-close tag even though you are within a php file. Is there a special reason for that ? And I feel like starting to differentiate between the two, many thanks!

    • @bartjanssen3172
      @bartjanssen3172 6 лет назад

      even though it is a php document you need to place the tags, so the code know what language ur typing in the document, same with in a php document.

  • @ChristopherBaradi
    @ChristopherBaradi 9 лет назад

    Hi! Thanks for this wonderful guide. Is there any way i get and post image? Like layer image where on background an image then there will be second layer a text letter?

    • @tiileaf
      @tiileaf 5 лет назад

      Post an img url and set the src of the imsge to the url

  • @DavidBrown-vg2nj
    @DavidBrown-vg2nj 9 лет назад

    Why did you use the htmlentities function rather than htmlspecialchars ?

  • @Venezuelangel
    @Venezuelangel 5 лет назад

    Not a Hindi accent, a butter-smooth English accent. Plus Good content. Wonderful.

  • @DavidBrown-vg2nj
    @DavidBrown-vg2nj 9 лет назад

    During the video you received a Confirm Form Resubmission Warning. Is that normal, or is there something that can be coded to fix that issue ?

  • @dusanvrzina4452
    @dusanvrzina4452 6 лет назад

    great video, really made me understand it, thanks

  • @maxperzon640
    @maxperzon640 10 лет назад

    Great Video!
    If i want to learn more about php, maybe do a small project with the knowledge from this Playlist. Do you recommend any other videos / video playlists of yours for that?
    Thanks!

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад

  • @dnangel4277
    @dnangel4277 8 лет назад

    Great video. Very well explained.

  • @derpmcderpinson8921
    @derpmcderpinson8921 4 года назад

    Very helpful video! thank you:)

  • @MayoraXSougo13
    @MayoraXSougo13 11 лет назад +2

    I love how all the basic PHP videos were posted on my birthday. xD

  • @lipslide101
    @lipslide101 10 лет назад +5

    so name in PHP is like the id in javascript? right?

  • @ruleoflawedutainment
    @ruleoflawedutainment 3 года назад

    When using the user input, I always get "undefined array key" even though the name is correct.
    Why?

  • @spiralings
    @spiralings 8 лет назад

    This is great, thanks for uploading.
    Even just the print_r() is SUPER helpful.

  • @dsstntech
    @dsstntech 8 лет назад

    this guy is the best

  • @theGENIUSofART-understood
    @theGENIUSofART-understood 8 лет назад

    Jeepers..... mate.... this is an EXCELLENT TUTORIAL!

  • @juliopfamlord9645
    @juliopfamlord9645 3 года назад +1

    MUITO BOA A EXPLICAÇÃO!!

  • @evaid4436
    @evaid4436 4 года назад

    Thank you for this it really helped!

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад

  • @joshb162
    @joshb162 10 лет назад

    Hey Alex from phpacademy,
    Maybe you can help me but iam trying to build a user login system like you did alot of tutorials on but the case for me is I'm trying to do it horizontal like straight across on the left with the Widget that says welcome, username stuff on the right but cant really find any updated code to connect and echo out and build it with the new php code. I would like a remember me function for users to be remembered and forgotten username and password incase the users have forgotten theirs and a registration page for them to sign up with but I've searched all over but cant really find anything. Iam willing to send the html and css codes that i have or images of the login system iam trying to build for my website. any help will be appreciated.

  • @TankManTO
    @TankManTO 9 лет назад +1

    Nothing happened to me

  • @seppedegeest5161
    @seppedegeest5161 8 лет назад

    the php code isn't truing in to a color ( it's not a function and typed exact the same as you) suggestions?

  • @mrtwreckz
    @mrtwreckz 11 лет назад

    this was perfect! thanks for the help

  • @SHA-xh1dq
    @SHA-xh1dq 6 лет назад

    Thx ))) very useful and i want to learn php more can i learn more from you

  • @_Garm_
    @_Garm_ 11 лет назад +3

    better late then never :D keepup the good work!

  • @andreasstrohmeier8164
    @andreasstrohmeier8164 6 лет назад

    That was great! Thank you so much.

  • @PatrickpmahonesMahoney
    @PatrickpmahonesMahoney 8 лет назад

    what program are you using there?

  • @sal8jun
    @sal8jun 11 лет назад

    Thanks this helps a lot♥

  • @mrsdhuha
    @mrsdhuha 8 лет назад

    this very good many thanks!!

  • @PunjabiNorthenStar
    @PunjabiNorthenStar 8 лет назад

    hi, really it's very nice tutorial, thank you very much....

  • @georgekiknadze6625
    @georgekiknadze6625 9 лет назад

    Great job!

  • @stendell09
    @stendell09 9 лет назад

    Dont work for me, there is no submit button?

  • @Knightfire66
    @Knightfire66 6 лет назад

    doesnt work for me ... i typed in the same code as you did...

    • @Knightfire66
      @Knightfire66 6 лет назад

      ok i needed to run it on a server...

  • @ayouballa9964
    @ayouballa9964 5 лет назад

    i don't know why post work like get? i use post and it shows the information in url Why???

  • @circulartext
    @circulartext 10 лет назад

    i need this guy for my website musicworldtakeover

  • @keanzoe
    @keanzoe 11 лет назад

    tutorial like this is very basic but most important..you should done this before..

  • @7doreraweb943
    @7doreraweb943 4 года назад

    Thanks bro!

  • @hayatchenaoui3816
    @hayatchenaoui3816 3 года назад

    Thank you

  • @valentinionel
    @valentinionel 11 лет назад

    Thank you!

  • @julioc.dossantos
    @julioc.dossantos 9 лет назад

    Thank you.

  • @tryharder927
    @tryharder927 5 лет назад

    thanks alot trying to find this peice of info about 3 day :(

  • @daniyalkhan270
    @daniyalkhan270 9 лет назад

    thanks fot the tut..

  • @canban
    @canban 10 лет назад

    next what ? please

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад

  • @stendell09
    @stendell09 9 лет назад

    oh never mind...

  • @MrGravelhunter
    @MrGravelhunter 3 года назад

    2021?

  • @dloth
    @dloth 8 лет назад

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 лет назад