Hosting Dynamic PHP website in 000webhost for free.

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

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

  • @KhanamCoding
    @KhanamCoding  2 года назад +2

    🚀Get access to full PHP CRUD project.
    www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/?referralCode=4C91E67AB34784662E54
    🚀Registration system using PHP and MySQL
    www.udemy.com/course/registration-and-login-system-using-php-and-mysql/?referralCode=F96D572ED43994DAD56F
    *******************************
    👉Instagram: @khaiserkhanam
    instagram.com/khaiserkhanam/

  • @eyhabsoft
    @eyhabsoft 2 года назад +4

    🌼You are the best Teacher at RUclips, Thank You.🌼🤙

  • @nkosinkiwane2181
    @nkosinkiwane2181 2 года назад

    Thank you so much for doing this video. I have been been looking for how to upload my php project and finally you showed me how.

  • @ivangerginov5648
    @ivangerginov5648 Год назад

    Thank you, it worked
    Love the channel, you're a very good teacher

  • @Keyse31
    @Keyse31 2 года назад

    The best teacher good 💯

  • @Dr.Koushley
    @Dr.Koushley Год назад

    Thank you very much for creating video

  • @smartyboyzshorts6223
    @smartyboyzshorts6223 2 года назад +2

    In 000webhost phpmyadmin not opening

  • @bestofinternet6026
    @bestofinternet6026 2 года назад

    I have a problem, on "undefined index error" while creating new data in the database of 000webhost. so, what should I do mam.

  • @eyhabsoft
    @eyhabsoft 2 года назад +2

    Awesome 😚

  • @kapatshepo
    @kapatshepo 2 года назад +1

    I cannot upload my Zip file due to an error that says my file exceed 128mb

  • @Arya-n3s
    @Arya-n3s Год назад

    how can i edit php.ini files? I think free services dont provide the option..

  • @fredthedevl
    @fredthedevl Год назад

    you're the best, thank you💕

  • @prakashkutty3077
    @prakashkutty3077 Год назад

    I click a Upload file option, the webpage is not loading.... What's is this kind of problem?

  • @mounika1114
    @mounika1114 2 года назад

    Hii mam ,front end lo e-commerce website edi local setup Oka video cheyadi..unbxdsearch,unbxdautosuggest vi..

  • @gericantoniocarandang3198
    @gericantoniocarandang3198 Год назад

    i follow the steps carefully, but why i cant see my website? it just shows white frame, can someone help me?

  • @Arya-n3s
    @Arya-n3s Год назад

    i made a form that uploads multiple files at once so i want to increase max file upload limit

  • @moegy6079
    @moegy6079 11 месяцев назад

    5 you very much , I am frensh

  • @focusroom_
    @focusroom_ Год назад

    Excelent, tyvm

  • @tahmidkhan4778
    @tahmidkhan4778 2 года назад +1

    Thank you mam

  • @ОлександрОпенько-ь6м

    hellol`

  • @yassinebenmustapha2160
    @yassinebenmustapha2160 2 года назад

    this is a nice tip thank you.
    could you check your cart math again in cart.php at around line 130
    $product_value=array_sum($product_price); // gets price of the products example: 200,300,500
    $total_price+=$product_value; // adds all the products together 200+300+500 = 1000
    (some code input filed) // some codes in between html and nothing important
    $total_price=$total_price*$quantity; // and here what it does it takes that 1000 * the quantity that we added
    what we must do tho is the multiply each $product_value*$quantity first and then add it to $total_price

    • @KhanamCoding
      @KhanamCoding  2 года назад +3

      Will check ..thank you

    • @yassinewow
      @yassinewow 2 года назад

      @@KhanamCoding I noticed that too, the cart is the only difficult/confusing part in this project it would be amazing if you can continue this series with some improvements :D

    • @dogbatseysenanu5657
      @dogbatseysenanu5657 2 года назад

      If you are at episode 58, you must have just one user in the users table. I registered Two users and I suffered it. Make sure you have one user and login

    • @yassinebenmustapha2160
      @yassinebenmustapha2160 2 года назад

      @@dogbatseysenanu5657 I'm at 56 now, and have 3 users, so you say I should delete all except the first?

    • @yassinewow
      @yassinewow 2 года назад

      ​@@dogbatseysenanu5657 did the IP address cause most of the problems? cause I'm thinking of leaving that out and only working with the user_id or email