Learn PHP COOKIE with examples in Hindi - part 2

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this tutorial, we cover Easy way to learn PHP COOKIE with examples in Hindi.
    This video will give you a good understanding of PHP Cookie and how to communicate cookie with a database with the help of PDO.
    Learn PHP Online with Me:- bit.ly/LearnPH...
    To help and support me(Donate Me):- bit.ly/DonateP...
    Download files from here bit.ly/CookieTu...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ✅Subscribe: / @programmingwithvishal
    I am a Digital Marketer by passion and a Developer by profession. With experience and expertise spanning around 10 years, in the Digital space.
    Good amount of experience in development of web applications using PHP, .Net, JavaScript Library’s, Frameworks, CMS, API’s, Reporting tools and Payment Gateways. Skilled in digital viral marketing, technology innovation's, brand building and all phases of the Web development lifecycle with an expert in translating business requirements into technical solutions and fanatical about quality, usability, security, and scalability. Dealing with and resolving problems and issues which arise.

КОМЕНТАРІ • 29

  • @Gonlinein
    @Gonlinein 4 роки тому +1

    Bahut acha sir

  • @saravananas8086
    @saravananas8086 5 років тому +1

    well done man this videos are more useful for beginners

  • @roshan990
    @roshan990 3 роки тому

    Awesome, hindi videos are much better than english videos.

  • @hackdip2775
    @hackdip2775 3 роки тому +1

    Sir please make a video on recommended system like Instagram and flipkart

  • @weforyouweb1165
    @weforyouweb1165 5 років тому +1

    Great! very helpful. I have seen the first video on cookie practical with an example so thanks a lot.

  • @worldnews8997
    @worldnews8997 5 років тому +1

    greate

  • @khabibdeagle_2994
    @khabibdeagle_2994 2 роки тому

    In mysql update query of option_value does not increase option value
    Whenever I try to update 0 rows effected.but no data update in option_value

  • @TanmayUnadkat001
    @TanmayUnadkat001 Рік тому

    Sir I am stucked between relationship of cookie and session.
    How the cookie maintains state of current user with session?
    What is session Id and how session id is matched with cookie with request?
    Does cookie matches session id automatically with request or we have to manually check it on server side?
    Plz explain......🙏

  • @crazyanurag123
    @crazyanurag123 4 роки тому

    I want to create a login system in which after login for the first time, they should log in to the same system and do not login to any mobile and desktop. That is possible. If possible kindly tell me about that

  • @shifalidoshi4243
    @shifalidoshi4243 4 роки тому

    How did u create that table ? I mean in which software ?? Where is that database created ?

  • @SudhirRajSR
    @SudhirRajSR 4 роки тому

    Dear sir,
    Please explain what is the work of ` in line before and after option
    $update_sql="update rate set option_value=option_value+1 where `option`='$rate'";
    Thanks for your information regarding cookies.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 роки тому +2

      ' basically used when we used mysql predefined keywords. Like if we have column name like order or select. These are mysql predefined keywords, and when we said `select` or `order` so that means we are talking about our column name not predefined.

    • @SudhirRajSR
      @SudhirRajSR 4 роки тому

      Thanks for the explanation sir.

  • @akilljain
    @akilljain 4 роки тому

    PDO connectivity can you make one video for different different type of Connectivity through mysql.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 роки тому +1

      Sure Akhil. Will do in my next video. That will be live on coming Monday

    • @akilljain
      @akilljain 4 роки тому +1

      @@ProgrammingwithVishal thank You, Sir, I'm waiting for your upcoming video!

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 роки тому +1

      Here is your video.
      ua-cam.com/video/qvpFU_x1lVU/v-deo.html

    • @akilljain
      @akilljain 4 роки тому +1

      @@ProgrammingwithVishal mere iss code mai update query work nhai kar rhai hai...echo $update_sql = "UPDATE cookie_rate set option_value=option_value+1 WHERE 'option'= '$rate'"; or same coding hai

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 роки тому +1

      @@akilljain query ko print Karo or phpmyadmin main run Karo, answer mil jayega

  • @devmehta2475
    @devmehta2475 4 роки тому

    I want to ask you that is there a way to auto delete any row from table after some seconds or minutes ?

  • @khabibdeagle_2994
    @khabibdeagle_2994 2 роки тому

    Need help