How to Display Data in Multiple Columns Using PHP

Sdílet
Vložit
  • čas přidán 17. 10. 2020
  • 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.
    ( CZcams Channel ) / clevertechietube
    ( Facebook ) / clevertechie
    ( Twitter ) / theclevertechie
    ``````````````````````````````````````````````````````````````````````````````````````````````
  • Jak na to + styl

Komentáře • 15

  • @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 Před 3 lety +1

    Excited. :)

  • @Lyrik-Klinge
    @Lyrik-Klinge Před 2 lety +1

    Nice!

  • @vasifhummetov5400
    @vasifhummetov5400 Před 3 lety +1

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

  • @mikewilliams1035
    @mikewilliams1035 Před 3 lety

    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

  • @Nsfuntimes
    @Nsfuntimes Před 2 lety

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

  • @gvgates2010
    @gvgates2010 Před 2 lety

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

  • @krishnawaghmode2120
    @krishnawaghmode2120 Před 3 lety

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

  • @olugbemieric1757
    @olugbemieric1757 Před 2 lety +1

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

  • @hlcdriver
    @hlcdriver Před 3 lety +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 Před 2 lety

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

  • @Gromran
    @Gromran Před 3 lety

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