1BestCsharp blog
1BestCsharp blog
  • 1 054
  • 76 217 982
Java Tutorial - How To Create JTable With A Gradient Header In Java NetBeans [With Source Code]
How To Make JTable Header Gradient In Java Swing Using Netbeans
▶ Source Code: 1bestcsharp.blogspot.com/2024/07/java-jtable-gradient-headers.html
[[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]]
▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html
▶ Java Project For Beginners - czcams.com/video/vtTUKLE_SWE/video.html
▶ Students Information System - 1bestcsharp.blogspot.com/2017/08/java-student-information-system-source-code.html
▶ Contacts Management System - 1bestcsharp.blogspot.com/2017/11/java-contact-information-management-System.html
▶ Hotel Management System - 1bestcsharp.blogspot.com/2019/06/java-hotel-management-system-source-code.html
▶ Real Estate Management System - 1bestcsharp.blogspot.com/2020/02/java-real-estate-management-system.html
▶ Library Management System - 1bestcsharp.blogspot.com/2020/05/java-library-management-system-source-code.html
▶ Car Rental Management System - 1bestcsharp.blogspot.com/2023/03/java-car-rental-management-system.html
▶ Download All My Java Projects Source Code: bit.ly/JavaProjectsBundle
▶ All My Programming Projects Here - bit.ly/2HrU8hK
▶ My Source Code Store Here - bit.ly/2OsC0TU
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ JAVA Products ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
▶ Download All Java Projects Source Code - bit.ly/JavaProjectsBundle
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ Project Description ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
In this Java Tutorial we will see How To Create a JTable with a gradient Header using Netbeans.
We Will create a JFrame containing a JTable with a custom gradient-painted header.
The table has three columns, and each column header is rendered using a custom TableCellRenderer named GradientHeaderRenderer.
What We Will Use To Build This Project ? :
- Java Programming Language.
- NetBeans Editor.
Java Swing Components We Will Use In This Java Tutorial:
- JFrame.
- JTable.
What We Will Do In This Project ? :
- Defines a JTable with sample data and column names.
- Configures the default renderer for the JTableHeader with a custom GradientHeaderRenderer.
- Implements TableCellRenderer to customize the rendering of cells in the table header.
- Defines start and end colors for a gradient background.
- Sets the header label's alignment, foreground color, and border.
- Overrides getTableCellRendererComponent to set the text of the header.
- Overrides paintComponent to paint the gradient background using GradientPaint.
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ JAVA Tutorials ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
▶ Java Login and Register Form - bit.ly/Java_Login
▶ Java Calculator In Netbeans - bit.ly/Java_Calculator
▶ Java Tic Tac Toe Game - bit.ly/Java_TicTacToe
▶ Java JTree Tutorial - bit.ly/Java_JTree_Tutorial
▶ Java and MySQL Tutorials Using Netbeans - bit.ly/Java_Mysql
▶ Java Gui Tutorial For Beginners - bit.ly/Java_Gui
▶ Java JTable Tutorial - bit.ly/JAVA_JTable_Tutorial
▶ Create a Project In Java With MySQL - bit.ly/Java_Mysql_Project
-------------------------- JAVA COURSE -----------------------------
▶ master Java core development step-by-step - bit.ly/2HXSuAn
--------------------------------------------------------------------
visit our blog 1bestcsharp.blogspot.com/
facebook: 1BestCsharp
twitter: 1BestCsharp_
subscribe: goo.gl/nRjPKk
programming projects with source code:
1bestcsharp.blogspot.com/p/programming-projects.html
C# And Java Programming Books
1bestcsharp.blogspot.com/2015/04/c-and-java-programming-books.html
share this video: czcams.com/video/RR4jTbxyeeI/video.html
zhlédnutí: 79

Video

VB.NET - How To Make Transparent Button In Visual Basic.Net [ with source code ]
zhlédnutí 130Před 12 hodinami
Transparent Button In VB.Net ▶ Source Code: 1bestcsharp.blogspot.com/2023/06/vbnet-transparent-button.html ▶ Download All VB.Net Projects Source Code: bit.ly/VBNetProjectsBundle Check out my VB.Net Projects! ▶ Inventory Management System - bit.ly/Vbnet_Inventory_System ▶ Students Information System - bit.ly/Vbnet_Students_System ▶ Hotel Management System - bit.ly/VbnetHotelSystem ▶ Contacts Man...
JavaScript - How to Sort HTML Table Rows by Column Header Icon Click with JavaScript
zhlédnutí 192Před 19 hodinami
Sort HTML Table Rows on Column Header Click Using JavaScript Get The Source Code ➜ 1bestcsharp.blogspot.com/2024/06/javascript-how-to-create-sortable-html-table.html Javascript Tutorials For Beginners ➜ bit.ly/2k7NMWq Web Development Projects ➜ bit.ly/PHP_PROJECTS Javascript Projects Source Code ➜ bit.ly/3gS2IWv PHP Programming Tutorials ➜ bit.ly/2Lh7zPM PHP And MySQL Tutorials ➜ bit.ly/2kdXWot...
Java - How to Create JPanel With Gradient Background Color (1)
zhlédnutí 133Před dnem
Gradient JPanel Background Color In Java Netbeans [[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html ▶ Java Project For Beginners - czcams.com/video/vtTUKLE_SWE/video.html ▶ Students Information System - 1bestcsharp.blogspot.com/2017/08/java-student-information-system-sourc...
Java - How to Create a JTable with Gradient Background Color [With Source Code]
zhlédnutí 141Před 14 dny
How to create a Gradient background for JTable In Java ▶ Source Code: 1bestcsharp.blogspot.com/2024/06/java-jtable-with-gradient-background-color.html [[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html ▶ Java Project For Beginners - czcams.com/video/vtTUKLE_SWE/video.html ▶...
JavaScript - How To Create Pagination Button For HTML Table Using JS - Navigate Between Rows In JS
zhlédnutí 244Před 14 dny
How to Add Pagination to HTML Tables Using JavaScript Get The Source Code ➜ 1bestcsharp.blogspot.com/2024/06/javascript-pagination-button-for-html-table.html Javascript Tutorials For Beginners ➜ bit.ly/2k7NMWq Web Development Projects ➜ bit.ly/PHP_PROJECTS Javascript Projects Source Code ➜ bit.ly/3gS2IWv PHP Projects Source Code ➜ 1bestcsharp.sellfy.store/category/php/ Website Builder Tool ➜ bi...
PHP Calculate 2 Numbers Form Input - Addition, Subtraction, Multiplication, Division, Power, Root
zhlédnutí 192Před 21 dnem
PHP Calculator ▶ Source Code: 1bestcsharp.blogspot.com/2024/06/php-calculator-source-code.html Check Out More PHP Projects! ▶ PHP Inventory Management System: czcams.com/video/XnyAuXP5TOQ/video.html ▶ PHP Students Management System: czcams.com/video/cTHrLx2W59k/video.html ▶ PHP Address Book Management System: czcams.com/video/NFhXcI57rJE/video.html PHP Tutorials And Projects PHP Programming Tut...
JavaScript Password Strength Checker Tutorial [With Source Code]
zhlédnutí 157Před 21 dnem
JavaScript Password Strength Checker - Check Password Strength In JavaScript, Get The Source Code ➜ 1bestcsharp.blogspot.com/2024/06/JavaScript-Password-Strength-Checker.html Javascript Tutorials For Beginners ➜ bit.ly/2k7NMWq Web Development Projects ➜ bit.ly/PHP_PROJECTS Javascript Projects Source Code ➜ bit.ly/3gS2IWv PHP Projects Source Code ➜ 1bestcsharp.sellfy.store/category/php/ Website ...
Java Project Tutorial - How to get And Display All Time Zones In Java Netbeans With Source Code
zhlédnutí 322Před 28 dny
How To Get And Display Time Zones In Java Netbeans ▶ Source Code: 1bestcsharp.blogspot.com/2024/06/java-display-different-time-zones.html ▶ Download All My Java Projects Source Code: bit.ly/JavaProjectsBundle [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventor...
Java Project Tutorial - Design Dashboard Form In Java Netbeans
zhlédnutí 657Před měsícem
How To Design Dashboard Form In Java Netbeans ▶ Source Code: 1bestcsharp.blogspot.com/2024/06/java-dashboard-form-design.html [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html ▶ Java Project For Beginners - czcams.com/video/vtTUKLE_S...
Java Project Tutorial - How To Create a Bar Chart In Java Using Graphics In NetBeans [With Code]
zhlédnutí 454Před měsícem
How To Make a Bar Chart in Java Swing ▶ Get The Source Code: 1bestcsharp.blogspot.com/2024/05/java-create-bar-chart.html ▶ Get All Java Projects Source Code: bit.ly/JavaProjectsBundle Check out my Java Projects! ▶ Inventory Management System - bit.ly/Java_Inventory ▶ Java Project For Beginners - czcams.com/video/vtTUKLE_SWE/video.html ▶ Students Information System - bit.ly/Students_System ▶ Con...
PHP Project Tutorial - PHP Comment and Reply System Project With MySQL Database [With Source Code]
zhlédnutí 1KPřed měsícem
Full PHP Comments Project Tutorial With MySQL Database, HTML, CSS and JavaScript ▶ Get The Source Code: 1bestcsharp.blogspot.com/2024/05/php-comment-system-with-php-and-mysql.html ▶ Get All PHP Projects Source Code: 1bestcsharp.sellfy.store/p/php-projects-source-code-bundle/ [[[[[[[[[[ Check Out More PHP Projects! ]]]]]]]]]] ▶ PHP Inventory Management System: czcams.com/video/XnyAuXP5TOQ/video....
Java Project Tutorial - How to Create a Custom Table and Scrollbars Using Graphics In Java NetBeans
zhlédnutí 549Před měsícem
Custom Table with Scrollable Rows Design In Java NetBeans ▶ Get The Source Code: 1bestcsharp.blogspot.com/2024/05/java-custom-table-design.html ▶ Get All Java Projects Source Code: bit.ly/JavaProjectsBundle [[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html ▶ Java Project F...
5 C# mini projects with source code
zhlédnutí 528Před měsícem
5 C# Projects With Source Code 1 - C# Quiz App - ▶ Video Tutorial: czcams.com/video/qBMofEVl53s/video.html ▶ Source Code: 1bestcsharp.sellfy.store/p/c-quiz-app-source-code/ 2 - C# Rock Paper Scissors Game - ▶ Video Tutorial: czcams.com/video/Y6R6BcB_K8g/video.html ▶ Source Code: 1bestcsharp.sellfy.store/p/c-rock-paper-scissors-game-source-code/ 3 - C# Guess the Word Game - ▶ Video Tutorial: czc...
Java Project Tutorial - Create a To Do List Project In Java NetBeans | Java Tasks Management Project
zhlédnutí 1,1KPřed 2 měsíci
Make a To Do List Project In Java Using Netbeans With a Modern Design ▶ Get The Source Code: 1bestcsharp.blogspot.com/2024/05/java-to-do-list-project.html ▶ Get All Java Projects Source Code: bit.ly/JavaProjectsBundle [[[[[[[[[[[[[[[[[[[[ Check out my Java Projects! ]]]]]]]]]]]]]]]]]]]] ▶ Inventory Management System - 1bestcsharp.blogspot.com/2018/05/java-inventory-system-source-code.html ▶ Jav...
JavaScript Create Text Styling Controls with HTML, CSS And JS - Change Font Name, Size, Color, Style
zhlédnutí 172Před 2 měsíci
JavaScript Create Text Styling Controls with HTML, CSS And JS - Change Font Name, Size, Color, Style
Java - How To Create a Custom RadioButton In Java Swing Using Graphics [ With Source Code ]
zhlédnutí 213Před 2 měsíci
Java - How To Create a Custom RadioButton In Java Swing Using Graphics [ With Source Code ]
C# Project Tutorial for Beginners Step By Step With MySQL Database In One Video [ WITH SOURCE CODE ]
zhlédnutí 436Před 2 měsíci
C# Project Tutorial for Beginners Step By Step With MySQL Database In One Video [ WITH SOURCE CODE ]
Java - How To Create a Custom CheckBox In Java Netbeans Using Graphics [ With Source Code ]
zhlédnutí 189Před 2 měsíci
Java - How To Create a Custom CheckBox In Java Netbeans Using Graphics [ With Source Code ]
VB.Net Project Tutorial for Beginners Step By Step With MySQL Database In One Video - Project Course
zhlédnutí 396Před 2 měsíci
VB.Net Project Tutorial for Beginners Step By Step With MySQL Database In One Video - Project Course
Java Project Tutorial - How to Make an Expense and Income Tracker Using NetBeans and MySQL Database
zhlédnutí 2KPřed 2 měsíci
Java Project Tutorial - How to Make an Expense and Income Tracker Using NetBeans and MySQL Database
PHP Project Tutorial For Beginners Step By Step Using HTML, CSS, JS And MySQL Database In One Video
zhlédnutí 979Před 3 měsíci
PHP Project Tutorial For Beginners Step By Step Using HTML, CSS, JS And MySQL Database In One Video
PHP Project Tutorial - Make Login and Register Form Step by Step Using PHP And MySQL Database
zhlédnutí 1,1KPřed 3 měsíci
PHP Project Tutorial - Make Login and Register Form Step by Step Using PHP And MySQL Database
JavaScript Project Tutorial - How To Create an Expenses And Incomes Tracker App Using JavaScript
zhlédnutí 541Před 3 měsíci
JavaScript Project Tutorial - How To Create an Expenses And Incomes Tracker App Using JavaScript
Java Project Tutorial - How To Create an Image Gallery Application in Java Swing Using Netbeans
zhlédnutí 513Před 3 měsíci
Java Project Tutorial - How To Create an Image Gallery Application in Java Swing Using Netbeans
PHP Student Management System Source Code - PHP Web Application With MySQL Database | With Code
zhlédnutí 4,2KPřed 3 měsíci
PHP Student Management System Source Code - PHP Web Application With MySQL Database | With Code
Java Project Tutorial Step by Step In NetBeans With MySQL Database
zhlédnutí 1KPřed 4 měsíci
Java Project Tutorial Step by Step In NetBeans With MySQL Database
Java Project Tutorial - How to Create a File Manager Project In Java Netbeans
zhlédnutí 888Před 4 měsíci
Java Project Tutorial - How to Create a File Manager Project In Java Netbeans
Python Project Tutorial - How To Design Dashboard Form In Python Tkinter
zhlédnutí 1,8KPřed 4 měsíci
Python Project Tutorial - How To Design Dashboard Form In Python Tkinter
Python Project Tutorial For Beginners Step By Step Using Tkinter And MySQL Database In One Video
zhlédnutí 48KPřed 4 měsíci
Python Project Tutorial For Beginners Step By Step Using Tkinter And MySQL Database In One Video

Komentáře

  • @jhonatanfarrozapata4132

    6 años tiene tu video y sigue siendo igual de bueno y entendible, me ayudo mucho muchas gracias kpo

  • @nguyenphat289
    @nguyenphat289 Před 5 dny

    Do you have model 3 layers in project?

  • @DevMan_1
    @DevMan_1 Před 5 dny

    Amazing Work, keep going buddy

  • @ashishdeepkaur711
    @ashishdeepkaur711 Před 6 dny

    why there is no sound on this video ?

  • @rayputrael2391
    @rayputrael2391 Před 10 dny

    Where it starts where it ends

    • @1BestCsharpblog
      @1BestCsharpblog Před 10 dny

      here's the complete playlist: czcams.com/video/Lr3CZrzqmYo/video.html

    • @rayputrael2391
      @rayputrael2391 Před 10 dny

      @@1BestCsharpblog Yeah I've already watched it, I made a project with some of it, I really like your videos man it's easy to understand I can't thank you enough.

  • @fbijayfbijay
    @fbijayfbijay Před 13 dny

    how do I save 2 or 3 images in a datagridview and database. You only show how to save 1 pic

  • @kelum1981
    @kelum1981 Před 14 dny

    Thanks a Lot...

  • @learnandsharel.a.s8126

    Tell me why I understand c# an not java programming

  • @muhammadafzal237
    @muhammadafzal237 Před 15 dny

    How will this data update in database?

  • @mytheenbeebi3527
    @mytheenbeebi3527 Před 16 dny

    very helpful

  • @manohartimothy5825
    @manohartimothy5825 Před 17 dny

    its nicely done ... thank you so much.. But I can't build the jar exe. file with the Build. With the build it does create the dist. folder and the jar file , but its not running...Can you tell me why? Pls

  • @myshadesoul_
    @myshadesoul_ Před 17 dny

    how to change jmenuitem color?

  • @akkuofficial1215
    @akkuofficial1215 Před 17 dny

    brther.. where is part 13 -15

    • @1BestCsharpblog
      @1BestCsharpblog Před 17 dny

      13 - czcams.com/video/zxHWvDW8EgQ/video.html 14 - czcams.com/video/jIUqC5ahWXI/video.html 15 - czcams.com/video/YOsA3P3qfzU/video.html

  • @Khushi-FoodPlaza
    @Khushi-FoodPlaza Před 18 dny

    Thankyou gugl pr search kr kr tired fir solved here .😊❤

  • @derbars726
    @derbars726 Před 19 dny

    I've searched so many tutorials yet I still have no clue on how to import a database :/

    • @1BestCsharpblog
      @1BestCsharpblog Před 19 dny

      watch this tutorial: czcams.com/video/MBJ-rWojYeE/video.html

  • @sotark77
    @sotark77 Před 20 dny

    Great tutorial, thank you.

  • @Eforenter
    @Eforenter Před 21 dnem

    Good job

  • @gauribarde1545
    @gauribarde1545 Před 22 dny

    Thankyou so much.. it really works 😊

  • @user-yj6kn6nf8g
    @user-yj6kn6nf8g Před 25 dny

    thank you so much i was about to give up

  • @niwa_1505
    @niwa_1505 Před 26 dny

    Can you please provide source code:)

  • @farhankun1520
    @farhankun1520 Před 29 dny

    Permission to ask, what is the name of the project here?, and what is its purpose? I hope it will be answered. I really need it for my UAS presentation.😱😱😱

    • @1BestCsharpblog
      @1BestCsharpblog Před 29 dny

      Library Management System Project Using JAVA NetBeans And MySQL Database. you can read the video description for more info

    • @farhankun1520
      @farhankun1520 Před 28 dny

      @@1BestCsharpblog Thank you very much, this project really helped me to make my UAS presentation. Once again, thank you so much

    • @farhankun1520
      @farhankun1520 Před 28 dny

      @@1BestCsharpblog Can you tell me the Flowchart for the project you are making, is there one?

  • @4a_ahmadhasifhaikalbinmohd717

    cer buat dengan fx

  • @benmyrat
    @benmyrat Před měsícem

    BRO I LOVE YOU! THANK YOU!

  • @AliRaza-ks1ib
    @AliRaza-ks1ib Před měsícem

    o Bhai sound to add kr dy

  • @heliosaiden
    @heliosaiden Před měsícem

    You just saved my whole OOP course with in-depth tutorials man. It helped me starts to get used to new concept & how to build a project in Java. Keep up the good work!

  • @Megha_Jain
    @Megha_Jain Před měsícem

    There's a problem in the project that the id number is starting afterwards everytime, even after deleting the records. How can we start it with 1 always when entering data in the empty table. If anyone else knows how to fix it, please help

  • @Akuma_Raou
    @Akuma_Raou Před měsícem

    What are the programs you are using?

  • @1BestCsharpblog
    @1BestCsharpblog Před měsícem

    ▶ ▶ ▶ LEAVE A LIKE FOR MORE JAVA PROJECTS AND SOURCE CODE 👍👍👍

  • @sfarianti_5317
    @sfarianti_5317 Před měsícem

    how I can get jDataChooser?

  • @mohammadmahrus2522
    @mohammadmahrus2522 Před měsícem

    Csharp yang terbaik dari yang terbaik

  • @user-cf7tv8dm4x
    @user-cf7tv8dm4x Před měsícem

    bonsoir. comment voir la suite des videos

  • @user-cf7tv8dm4x
    @user-cf7tv8dm4x Před měsícem

    svp besoin du code source

  • @1BestCsharpblog
    @1BestCsharpblog Před měsícem

    ▶ ▶ ▶ LEAVE A LIKE FOR MORE PROJECTS 👍👍👍

  • @sofiamg318
    @sofiamg318 Před měsícem

    <3

  • @hindudadaaofficial583
    @hindudadaaofficial583 Před měsícem

    Thank you🌹

  • @aryanchoudhary1875
    @aryanchoudhary1875 Před měsícem

    Which app is used to create this project

  • @joshuacortez2320
    @joshuacortez2320 Před měsícem

    Can you do pass the data from jtextfield to jtable in another jframe without need to open the jframe have a jtable?? (PLEASE, I NEED NOW)

  • @alialilovic5058
    @alialilovic5058 Před měsícem

    Thanks a lot

  • @microsoftsarker
    @microsoftsarker Před měsícem

    Thank you for this video

  • @Ludwigaccursed260
    @Ludwigaccursed260 Před měsícem

    Hi does this actually work

  • @jeyaprakashj-eu9sx
    @jeyaprakashj-eu9sx Před měsícem

    Where is the audio?

  • @user-oz2vk5bf9h
    @user-oz2vk5bf9h Před měsícem

    bak bi lo kuch

  • @webdevtech9724
    @webdevtech9724 Před měsícem

    Thank you boss I am going to have to give this a try.

  • @technicalhouse9820
    @technicalhouse9820 Před měsícem

    Sir I have Question?

  • @EmanuelCalunga-cw5qy
    @EmanuelCalunga-cw5qy Před měsícem

    Como posso obter o código fonte

  • @1BestCsharpblog
    @1BestCsharpblog Před měsícem

    ▶ LEAVE A LIKE FOR MORE PROJECTS 👍👍👍

  • @abdoalkitony3454
    @abdoalkitony3454 Před měsícem

    thank you for the great help I've bought the project but I couldn't open it I don't know how so if u can tell me how I'll be thankfull

    • @1BestCsharpblog
      @1BestCsharpblog Před měsícem

      you need to extract the project file. Download and install WinRAR. Right-click the .rar file (the project) and choose "Extract Here."

    • @1BestCsharpblog
      @1BestCsharpblog Před měsícem

      You need to extract the project files. Download and install WinRAR. Right-click the .rar file and choose "Extract Here."

    • @abdoalkitony3454
      @abdoalkitony3454 Před měsícem

      @@1BestCsharpblog I did this of course but what I mean that I can't run it if understand me well I want to run the project when I run it only the log In page then its giving me error if u can help thank u

    • @1BestCsharpblog
      @1BestCsharpblog Před měsícem

      open the project in your IDE, use the database script to create a database, and check if the 'user' table in the database is not empty.

    • @abdoalkitony3454
      @abdoalkitony3454 Před měsícem

      @@1BestCsharpblog I've tride that I used phpMyAdmin and its get me error I think I did something wrong sorry I bother you a lot bracuse its my first time with PHP do u have a video to how to open it because I COULDN'T

  • @jompah
    @jompah Před měsícem

    is there no sound on this video?