I spent hours looking on youtube tutorials, reading blogs and asking chatGpt without any result ! best tutorial ever on this topic thank you ! 😄😄
@ekin-yalgin Жыл бұрын
Glad it helped!
@علاءالطحان-ب1ف10 ай бұрын
I spent hours looking on google but nothing useful , thank you so much for your time and effort
@ekin-yalgin9 ай бұрын
Happy to help!
@enestolgay89678 ай бұрын
I writing code for a long time and I was refreshing the page. This video helped me a lot thanks for everything
@ekin-yalgin8 ай бұрын
Glad it helped!
@geraldopcf10 ай бұрын
awesome, php now is getting easier
@classicaf Жыл бұрын
May God bless your brother, thank you so much!
@ekin-yalgin Жыл бұрын
Thank you too!
@medio_cre4 ай бұрын
Thanks brother, you are the best!
@ekin-yalgin4 ай бұрын
You're welcome!
@johannesrodriguez20444 ай бұрын
Then you need to run xampp/wamp for PHP to work on Live Server?
@ekin-yalgin3 ай бұрын
Yes, if you need to run PHP on Live Server, you will need a local server environment like XAMPP or WAMP. These tools provide the necessary server environment to run PHP scripts locally on your computer. Once installed, you can start the server and use Live Server in VS Code to view your PHP files.
@aidil4877 Жыл бұрын
Thank you so much brother..You help me alot..
@iamtafara Жыл бұрын
Awesome thank you
@abhinavammu3153 Жыл бұрын
I still don't got solution why php is not showing after running html in live server
@ekin-yalgin3 ай бұрын
If PHP is not showing after running HTML in Live Server, ensure that you are using a local server environment like XAMPP or WAMP. Live Server in VS Code primarily works for static files (HTML, CSS, JavaScript) and does not process PHP. You need to start your local server from XAMPP or WAMP and then access your PHP files through the localhost URL provided by these tools.