How to Display Data in Multiple Columns Using PHP

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video we'll learn how to display any data in multiple columns using PHP while and for loop and simple HTML tables.
    Upgrade your Clever Techie learning experience:
    / clevertechie
    Download this video's files here:
    / how-to-display-42890213
    ``````````````````````````````````````````````````````````````````````````````````````````````
    ( Website ) clevertechie.com - PHP, JavaScript, Wordpress, CSS, and HTML tutorials in video and text format with cool looking graphics and diagrams.
    ( RUclips Channel ) / clevertechietube
    ( Facebook ) / clevertechie
    ( Twitter ) / theclevertechie
    ``````````````````````````````````````````````````````````````````````````````````````````````

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

  • @FranciscoRestrepo-oh7mg
    @FranciscoRestrepo-oh7mg Год назад

    man, It has saved my life, you are a crack, I subscribe and as soon as I can I will also do it on the patreon, thank you very much.

  • @adibniatno7806
    @adibniatno7806 3 года назад +1

    Excited. :)

  • @vasifhummetov5400
    @vasifhummetov5400 3 года назад +1

    Perpect. Simple you can used range() function. Example: range (1,20). You write $data = array (1,...20).

  • @Lyrik-Klinge
    @Lyrik-Klinge 2 года назад +1

    Nice!

  • @computewitharjun
    @computewitharjun 3 года назад

    awesome👍👍.
    hey bro,can you please upload a video on , what are the steps of developing a web application(LAMP stack).
    I mean how to think--
    1.what are the tables i need
    2.what should be the file structure of my project.
    3.what php files i need to create.
    4.data and workflow.
    I'am noob by the way ×D

  • @hlcdriver
    @hlcdriver 3 года назад +5

    Lol. You're not printing the record, 1 to 20, you're echoing out the numeric index of the array, 0 to 19. Should be "echo $data[$record_id]" on line 30.

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

      that's what I thought. I'm yet a beginnner though, thanks for clarifying!

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

    Thanks but how do I display data in the form
    1 4
    2 5
    3 6
    .
    .

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

    Can you please show us how to do this using PDO?????

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

    i need php program which adds up columns and rows of given table

  • @krishnawaghmode2120
    @krishnawaghmode2120 3 года назад

    Good sir php MySQL table data dynamic rowspan multiple same name rows explain?

  • @Gromran
    @Gromran 3 года назад

    Bad code... But what do you expect from someone who uses VSC