HishaMized
HishaMized
  • Видео 37
  • Просмотров 437 751
How to use PHP variables in JavaScript - Passing data from PHP to JavaScript without using AJAX
In this video, we'll explore how to use PHP variables in JavaScript. PHP is a popular server-side programming language used for web development, while JavaScript is a commonly used client-side scripting language for creating dynamic web content. By combining the two languages, we can create even more dynamic and interactive web applications.
We'll start by explaining the basics of PHP variables and JavaScript variables, including their syntax and data types. Then, we'll dive into how to pass PHP variables to JavaScript and vice versa, so that we can use them in our web pages. This will involve using a combination of PHP echo statements and JavaScript code to transfer the values.
Throughout ...
Просмотров: 262

Видео

Pointers in C Programming - C Programming Tutorials #18
Просмотров 50Год назад
In this video tutorial, we delve into the world of pointers in the C programming language. Pointers are one of the most powerful and important features of C, but they can also be one of the most confusing and difficult to grasp for beginners. We start by introducing the basics of pointers: what they are, how they work, and why they are useful. We then move on to explore the different types of p...
Call By Value and Call By Reference In C Programming - With Examples | Pointers - C Programming #17
Просмотров 28Год назад
Introduction: Welcome to this educational video about Call by Value and Call by Reference in C Programming. In this video, we will discuss the two most common ways of passing arguments to a function in C, which are Call by Value and Call by Reference. Both of these methods have their advantages and disadvantages, and it's important to understand how they work so you can choose the appropriate m...
DCL Commands in SQL - GRANT & REVOKE - Data Control Language in Structured Query Language
Просмотров 9802 года назад
In this video we shall discuss the Data Control Language in Structured Query Language. We will discuss GRANT and REVOKE commands in details.
All DML Commands in SQL explained - Data Manipulation Language of Structured Query Language
Просмотров 792 года назад
In this video we are going to discuss and implement the SQL commands classified as the Data Manipulation Language Commands Discussed: 1) INSERT 2) UPDATE 3) DELETE 4) SELECT
ALL DDL Commands of SQL Explained - Data Definition Language in Structured Query Language (MySQL)
Просмотров 1102 года назад
In this video we will discuss and implement the SQL commands corresponding to The Data Definition Language in MySQL. We will be using The MySQL 5.5 Command Line Client. DDL Commands Discussed: 1) CREATE 2) ALTER 3) RENAME 4) DROP 5) TRUNCATE Download MySQL 5.5 Command Line Client: downloads.mysql.com/archives/community/?version=5.5.41 Install MySQL 5.5 Command Line Client Properly ruclips.net/v...
How To Install MySQL 5.5 Command Line Interface - No Errors - Optimal Configuration
Просмотров 3,5 тыс.2 года назад
A lot of us get the following error while installing MySQL 5.5 CLI ERROR: ‘The secutity settings could not be applied to the database because the connection has failed with the following error. Error No 1045 ‘Access denied for user ‘root’ @'localhost' (using password: NO) I a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherw...
Recursion Of Functions in C Programming and Examples Based On Functions - #16 C Programming
Просмотров 762 года назад
In this video we shall recall some concepts regarding functions in c programming and we will also have a look at Recursion of functions in C Programming while also practicing some examples.
Everything About Functions In C Programming in 1 video - #15 C Programming
Просмотров 482 года назад
Topic: Functions in C Programming Sub Topics: What are functions in C Programming? Why do we use functions in C? Types of functions in C Function Declaration Function Definition Function Calling Passing Values in functions Formal arguments vs actual arguments Order of passing values in functions
Switch Case in Statement C Programming - Case Control Instructions -
Просмотров 1892 года назад
In C Programming A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each switch case. The following rules apply to a switch statement − The expression used in a switch statement must have an integral or enumerated type, or be of a class type in which the class has a single conver...
The continue Statement in C Programming
Просмотров 542 года назад
The continue Statement in C Programming
Break Statement In C Programming - With Example
Просмотров 362 года назад
Discussing the break Statement in C programming
Advanced Scratch Programming In One Video - Scratch Programming For Kids in Hindi/Urdu
Просмотров 4,9 тыс.2 года назад
In this video, we shall continue with scratch programming going into deeper concepts and we will discuss some more scripts and blocks. Topics Covered: 1) Variables in Scratch Programming 2) Mathematical Operators in scratch programming 3) Conditions in Scratch Programming 4) Event Scripts in Scratch progamming 5) Sensing Scripts in Scratch Programming 6) Motion Scripts in scratch programming 7)...
The Basics Of Scratch Programming In One Video - Scratch Programming For Kids in Hindi/Urdu
Просмотров 2462 года назад
In this video, we shall discuss the basics of scratch programming. Topics Covered in this video: 1) Scratch Programming Editor 2) Sprites in Scratch Programming Editor 3) Stage in Scratch Programming Editor 4) Sprite List in Scratch Programming Editor 5) Cursor Tools in Scratch Programming Editor 6) New Sprite Buttons in Scratch Programming Editor 7) Blocks Palette Scratch Programming Editor 8)...
Nesting of Loops & do while Loops in C Programming - Syntax, Flowchart and examples
Просмотров 552 года назад
Topics Covered do while loop syntax do while loop flow chart Nesting Of Loops Examples based on do while loop and nesting of loops
for Loop - Stantax - Flow Chart and Example | Loops in C Language
Просмотров 592 года назад
for Loop - Stantax - Flow Chart and Example | Loops in C Language
While Loops - Syntax + Example - Loops In C Language
Просмотров 372 года назад
While Loops - Syntax Example - Loops In C Language
How to merge PDF files and JPG/PNG image files together in one step
Просмотров 512 года назад
How to merge PDF files and JPG/PNG image files together in one step
The if - else Statement | Decision Control Instruction in C Programming
Просмотров 623 года назад
The if - else Statement | Decision Control Instruction in C Programming
Assignment Operator and Compound Assignment Operators in C Language - With Examples
Просмотров 5163 года назад
Assignment Operator and Compound Assignment Operators in C Language - With Examples
Conditional Operator - Ternary Operator in C | C Programming
Просмотров 633 года назад
Conditional Operator - Ternary Operator in C | C Programming
Logical Operators in C Language - Logical AND (&&), Logical OR ( | | ) and Logical NOT ( ! )
Просмотров 1293 года назад
Logical Operators in C Language - Logical AND (&&), Logical OR ( | | ) and Logical NOT ( ! )
Graphical Method To Solve Linear Equations In Two Variables - Class IX|X
Просмотров 443 года назад
Graphical Method To Solve Linear Equations In Two Variables - Class IX|X
Solutions of Linear Equations In Two Variables By Substitution, Elimination and Cross Multiplication
Просмотров 423 года назад
Solutions of Linear Equations In Two Variables By Substitution, Elimination and Cross Multiplication
Bitwise Operators in C Language - AND, OR, XOR, NOT, Right Shift and Left Shift Operators - 04
Просмотров 493 года назад
Bitwise Operators in C Language - AND, OR, XOR, NOT, Right Shift and Left Shift Operators - 04
Arithmetic Instructions and Types of Operators in C - Unary Operators in C Language - 03
Просмотров 493 года назад
Arithmetic Instructions and Types of Operators in C - Unary Operators in C Language - 03
Variables and Instructions in C Language - Rules for Variables and Types of Instructions in C - 02
Просмотров 513 года назад
Variables and Instructions in C Language - Rules for Variables and Types of Instructions in C - 02
01. Identifiers and keywords in C Language - C Programming - Urdu | Hindi
Просмотров 1733 года назад
01. Identifiers and keywords in C Language - C Programming - Urdu | Hindi
How To Download an Instagram Chat | How To Read Instagram Messages From The Beginning - NO SCROLLING
Просмотров 254 тыс.3 года назад
How To Download an Instagram Chat | How To Read Instagram Messages From The Beginning - NO SCROLLING
Representation Of Graphs in Data Structures Using Adjacent Matrix - Full Program with .c File
Просмотров 673 года назад
Representation Of Graphs in Data Structures Using Adjacent Matrix - Full Program with .c File

Комментарии

  • @Shaikh-jb9xr
    @Shaikh-jb9xr 9 дней назад

    But sir ye sirf computer se hi available hota h mobile se nhi horha h file hi open nhi hoti 😢

  • @johnd942
    @johnd942 11 дней назад

    Dreadful shit!

  • @qwertybi
    @qwertybi 25 дней назад

    Chat media bhi download hogi kya

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

    Bhai message show nhi ho rhe please reply 😢

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

    My account got disabled and the file that insta sent me is only 560KB and I can't find my chats

  • @Travis.william
    @Travis.william 2 месяца назад

    Will the person know that?

  • @Krishnaa006
    @Krishnaa006 2 месяца назад

    Chuslim speed breaker

  • @Mr_Mariner_Ali
    @Mr_Mariner_Ali 3 месяца назад

    What about videos of photos

  • @aglassofchai
    @aglassofchai 3 месяца назад

    how to do this on mac?

  • @SalmanAnsari-kh1ml
    @SalmanAnsari-kh1ml 3 месяца назад

    Thank you so much Bhai 🙏🙏🙏

  • @AryanYadav-jw8eu
    @AryanYadav-jw8eu 3 месяца назад

    thanks

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

    Hi I do not have any options under account privacy.Please help. It has to be a business account?

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

    Phone mai file open nhi hora app nhi hai bol raha hai

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

    thank u

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

    Kaise download kare sir

  • @ankur_ex4570
    @ankur_ex4570 5 месяцев назад

    Jai shree Ram 😊

  • @nikhilwanjre
    @nikhilwanjre 5 месяцев назад

    Does that apply for previously deleted chats ?

  • @shanwazansari2319
    @shanwazansari2319 5 месяцев назад

    Mobile phone message ko kese dek skate hai Without pc kee

  • @humlocker
    @humlocker 5 месяцев назад

    I don't speak his language

  • @farjadm344
    @farjadm344 5 месяцев назад

    How to delete Specific media from old chat how to do it Ant way instead of doing manaully and scrolling it

  • @ajay_art_6266
    @ajay_art_6266 5 месяцев назад

    BEST explanation about THIS Topic ❤

  • @RahulRana-xe8md
    @RahulRana-xe8md 6 месяцев назад

    Thank you ❤

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

    thankuu bruhh 😘

  • @sw-akash-gaming3261
    @sw-akash-gaming3261 6 месяцев назад

    Bhai tumhara shukriya kaise bolu samajh nahi aa Raha ha

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

    And isme hamari chat k sath kingiles hogi like video photos.?

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

    No deleted messages bas jo inbox me hai wahi aayega file fprmat me..

  • @user-rc1pz8sn2k
    @user-rc1pz8sn2k 6 месяцев назад

    Bhai isse purane jo chat delete huye hai wo bhi reciver ho sakte hai kya plzz reply

  • @SaiyamSingh17
    @SaiyamSingh17 7 месяцев назад

    Deleted msg bhi dikha ta u kya ?

  • @KenichiPUBG
    @KenichiPUBG 7 месяцев назад

    Aaise download per video purani aayegi ya nahi

  • @aashishdiwakar8021
    @aashishdiwakar8021 8 месяцев назад

    Bhai mene galti se json format m download kr liya h ab vo html format m kese convert hoga😔

  • @craniax4503
    @craniax4503 8 месяцев назад

    Bhai mereko telegram ki chat ke liye batao na plz

  • @Nes
    @Nes 8 месяцев назад

    I don't understand a single word and your title is English -_-

  • @Punamsharma-7678
    @Punamsharma-7678 9 месяцев назад

    1 sal purni Chet aa skti wapas

    • @HishaMized
      @HishaMized 9 месяцев назад

      Agar aapne delete nahi ki hai toh asakti hai.

  • @user-xx7dm3wr7q
    @user-xx7dm3wr7q 10 месяцев назад

    This only work in laptop

  • @Abdullah-or2iz
    @Abdullah-or2iz 10 месяцев назад

    I did it through Android, Same method. Go to settings - Search 'Download' - Click 'Download your Information ' and all the same process shown above

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

    Sir androids ke liye bataiye

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

    Iam not getting bro 😢😢

  • @DivER-hv8bq
    @DivER-hv8bq 11 месяцев назад

    Helpful! Thank you! 😊

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

    Ye mene Android me Kiya h ho jata h dekstop jaroori nhi h

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

    No it's not working anymore please help

  • @user-hq7uz5yf1m
    @user-hq7uz5yf1m Год назад

    Thanks bro

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

    I really want to download messages of the person who blocked me and later i restricted his profile after which all fhe messages disappeared.. how can i download that chat

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

      As long as the chat box has not been deleted from your end, and you have successfully downloaded all the data, it should be there inside a directory having the same name as his latest Instagram account name (not username).

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

      Thankyou Hisha... I found it. And thankyou for replying

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

    Sir data download ka option ni aa rha ❤❤

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

    Thanks bhaiya best video so far ❤

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

    Ye download nhi horhi mail m ane k bad

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

    Json file ko kese open kree es format me

  • @Abubakar-ju4ix
    @Abubakar-ju4ix Год назад

    Bhai agr ham request Desktop sy kr dain likn email msg Android main receive krain tou file phone main download ho jai gi?

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

      Open your Gmail (or any email) inside a web browser on the desktop to download it. You can also download it using your mobile.

    • @Abubakar-ju4ix
      @Abubakar-ju4ix Год назад

      @@HishaMized yes it actually worked Thanks man

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

    Can i get deleted msgs

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

      Unfortunately, no! Once you delete a chat, it gets removed completely from the instagram database as well as of 2021. Can't say if they've changed it now but most probably they haven't.

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

      @@HishaMized ok thanks 💓

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

    Is it working??

  • @user-hh8ry7fp7f
    @user-hh8ry7fp7f Год назад

    does it saves deleted messages?

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

      No. If you delete a chat box then the data is deleted from the instagram database as well.

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

      @@HishaMized i just downloaded it, but there is no chat folders :c any idea?

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

      ​@@sofisuey3605hey is it working recently

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

      @@sofisuey3605 The folder is named "messages" or something like that. Look for it in the parent directory. However, it must be noted that some times instagram sends incomplete data with lots of files and directories misssing due to server side bugs. It has happened a significant number of times with my friends. Nothing can be done in that case probably.