Part 1: Upload and Download file using PHP and MYSQL

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

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

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

    🔔 Turn on notifications 🔔 to stay updated and never miss any of our latest uploads! Kindly leave a like 👍, share 🔄, and subscribe 🛎 if you enjoy the content!

  • @JoeCode001
    @JoeCode001 11 месяцев назад +1

    well done🥰, but where is the part 2

    • @codingwithnyemmal
      @codingwithnyemmal  11 месяцев назад +1

      Part 2 ruclips.net/video/uYlWoPXgaxY/видео.html

  • @alial_moharbi8042
    @alial_moharbi8042 Месяц назад

    thank you so much pro🔥

  • @S-Lomar
    @S-Lomar Год назад

    Well done 🥰👍👍❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕

  • @M.FluffyClouds
    @M.FluffyClouds 19 дней назад

    amazing!!
    Is it possible to add a counter that counts the number of downloads

    • @t-unlimited
      @t-unlimited 4 дня назад

      Insert a new column inside the database table named 'download_count' (can be named anything you like), inside your code you want to add an extra snippet of code that retreives the unique ID of the file that's being downloaded and then execute a query such as "UPDATE files SET download_count = download_count + 1 WHERE id = ?". Of course you can extend this to check the users IP address for example to avoid someone downloading a file multiple times and having the counter go up by X amount while it's the same user.

  • @RobertSalas
    @RobertSalas 10 месяцев назад

    Do you have an example via PDO rather than mysqli?

    • @codingwithnyemmal
      @codingwithnyemmal  4 месяца назад

      Check it out ruclips.net/video/ODpmh202dgo/видео.html

  • @penguin19534
    @penguin19534 6 месяцев назад

    Thank you bro 🎉

  • @ChimeremezeOrji-c5u
    @ChimeremezeOrji-c5u Год назад

    hello bro what if i want to upload apk files or raw files how do i please

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

    thank you Follow and understand

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

    Thank you

  • @MuhammadAyaz_786
    @MuhammadAyaz_786 Год назад +1

    Waaz nahi hain iss se koi sekh sakty hain kyaa

  • @ViratWolf-wb7fm
    @ViratWolf-wb7fm 8 месяцев назад

    Give me code for upload.php and download.php