Can AI Write PHP Code

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

Komentáře • 5

  • @user-mv2sj9xh6c
    @user-mv2sj9xh6c Před 10 dny

    i am a fullstack web dev...php laravel specially

  • @ezlights2678
    @ezlights2678 Před 26 dny

    Can you explain how to use API, let me example i mean like we have one project and we want to use weather api, how we implement/connect this API? Sometimes this situation confused for juniors( like me :) ) And the other idea is how to read and use document , how we could/should these? If you dont think prepare video about this, can you advice where can i learn these (firstly API). Thanks.

    • @phpcoderusa
      @phpcoderusa  Před 26 dny +1

      I always look for example PHP code and I read the Docs. One thing to do is capture the reply from the API that will let you know if all went well or if there is a problem. I assume the weather API will be well documented and probably has some example PHP code. Take a look at w3 schools - they might have a tutorial that might be helpful.