PHP Functions Tutorial - Learn PHP Programming

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 54

  • @keeezz
    @keeezz Před 7 lety +6

    The different colors makes so much of a difference in your videos! It aids the learning process. Great video!

  • @filipandonov491
    @filipandonov491 Před 6 lety +6

    Great video man! You have covered 10 pages from my PHP book in a very good and understanding way! Keep uploading tutorials!

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

    Good stuff. As a couple of others have noted, he mixes up parameters and arguments.

  • @mek059
    @mek059 Před 6 lety +5

    the parameters should be in the function definition and the arguments in the call

  • @elmerchatto4861
    @elmerchatto4861 Před 7 lety +3

    Thank you so much. In your video i totally understand the flow of functions.

  • @CodeZealot
    @CodeZealot Před 5 lety +4

    Parameters and arguments are reversed definitions

  • @malyricstreve
    @malyricstreve Před 4 lety +10

    i am a beginner but your parameters and arguments are swapped around!!
    guess i am no longer a beginner

  • @wmrdwijerathna680
    @wmrdwijerathna680 Před rokem +2

    Thank you so much.Keep it up

  • @mournmey2606
    @mournmey2606 Před 6 lety +1

    You are so good for tutorial brothers. I'm full complete the video and easy understand .

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

    I cannot thx u enough! Made it looked simple & clear.

  • @yujiakutsu4496
    @yujiakutsu4496 Před 4 lety +2

    This is an amazing tutorial. I love it thanks.

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

    Wow thank you so much for video I understanded very news of function

  • @darkmatter2632
    @darkmatter2632 Před 7 lety +9

    Wow. I'm a beginner to php. This only gets more confusing everyday.

    • @Ab-cj6gl
      @Ab-cj6gl Před 3 lety +1

      Lol how's your journey are you a developer now?

    • @navjotsingh2251
      @navjotsingh2251 Před 3 lety +2

      @@Ab-cj6gl I've been learning for a year. I've been using core PHP and decided not to mess with big frameworks, I focused on: core functionality of php and creating web servers, built in functions and creating algorithms. I have created some amazing websites, and even made my own mini framework for a specific project.
      It all makes sense, but I still have much to learn. I still don't understand big frameworks so what I try to do is read their source code and try to understand!

    • @Ab-cj6gl
      @Ab-cj6gl Před 3 lety

      @@navjotsingh2251 yessssss that's awesome
      I started with PHP my first ever lines of code were php then I started learning JS
      I'm in love with Javascript 😂 but I'll be learning PHP along with JS🙏

    • @Ab-cj6gl
      @Ab-cj6gl Před 3 lety

      @@navjotsingh2251 and me too haven't touched any frameworks yet

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

    very nice video, beautifully explained

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

    Can I have a function in php which would take an argument and return a value? Just like in java (for example if I type "$a=function(arg1, arg2);" variable "a" would be assigned with a value the function returned. Or it's not possible? If no, how can I approach this problem if I need to store and later manipulate the value which is calculated by calling a function?
    EDIT: nevermind, I figured, that a simple "return $var" at the end of the code does it.

  • @ilkbaharkunduzu1
    @ilkbaharkunduzu1 Před 7 lety +1

    Which text editor are you using? There is an area on the right side that looks like a browser. I don't get it. Is it the part of a browser or has the editor the server simulation?

  • @asifsiddique7543
    @asifsiddique7543 Před 6 lety +1

    how to enable side window(showing output as like browser) in netbeans???

  • @tortoru2827
    @tortoru2827 Před 7 lety +1

    any recomended for u sir to understand programming language ? sorry im from management and i interest with PHP

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

    You are to good sir.....thank you 😊

  • @mek059
    @mek059 Před 6 lety +1

    and why do you write const without the define function?

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

    what plateform(software) ur using in this video pls send name of the software....nice video

  • @zobair91
    @zobair91 Před 7 lety +1

    Arguments are Params, and prams are args in your video, correct me if i m wrong.

    • @KishanKumar-vl9dr
      @KishanKumar-vl9dr Před 6 lety

      A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters.

  • @KimaniWaNdirangu
    @KimaniWaNdirangu Před 6 lety

    Wikipedia: The term parameter (sometimes called formal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.
    Kindly correct your slides.You interchanged their meanings.

  • @orkhanismayilov2065
    @orkhanismayilov2065 Před 2 lety

    Hi,how can i solve undefined function multiply() error?

  • @PraffulBharti
    @PraffulBharti Před 6 lety +1

    that software's so handy, can tell me where can i download that or its a website serever?

  • @educateme2115
    @educateme2115 Před 7 lety +1

    Great Tutorials.Keep it up

  • @smguru5894
    @smguru5894 Před 6 lety +1

    hi new to php which editor you are using which showing output in side window

  • @gamesandsoftwares1441
    @gamesandsoftwares1441 Před 2 lety

    you are making it harder for no reason

  • @desenator6922
    @desenator6922 Před 2 lety

    yaxshi zo`r ekan

  • @davidsmith-ws4bz
    @davidsmith-ws4bz Před 7 lety +1

    Good tutorial. Could you please supply the name of this program.

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

    which app do you use for writting php script

  • @user-we3os6sm5n
    @user-we3os6sm5n Před 7 měsíci

    Your explanation is good but video clarity is dull please improve your video clarity

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

    I feel like ur just flexing that you know how to do this

    • @lowercaseguy3578
      @lowercaseguy3578 Před 4 lety

      the only thing that shocked me was the array declaration.

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

    very informative.
    but to much messy for beginners.

  • @rajivsivalingam5266
    @rajivsivalingam5266 Před 7 lety +2

    Hi i having one doubt how many can submit form can you explain

    • @clevertechie
      @clevertechie  Před 7 lety

      What?

    • @Iuki10
      @Iuki10 Před 7 lety +1

      I read the guy's question like 5 times cause I tought I became unable to understand english :))) it appears he used google translate :P

  • @Pemula-ie5he
    @Pemula-ie5he Před rokem

    Indonesia nyimak...

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

    You Down with OPP? yea u know ME?

  • @attilavaradi1778
    @attilavaradi1778 Před 7 lety +14

    to messy and fast for a begginer

    • @dzekdaniel5
      @dzekdaniel5 Před 6 lety +2

      But a great one for intermediate

  • @abdullahansari1580
    @abdullahansari1580 Před 6 lety

    Not a good for fresher and vedio quality also not dood