Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (20)

Sign In or Sign Up now to post a comment!
  • So I'm newb at all this but I was wondering how I can make a dynamic grid that is limited on how many rows that are created but will auto generate selectable pages that the end user can click to see more content for my online store.

    example:

    page 1

    a b c

    d e f

    g h i

    page 2

    j k l

    m n o

    p q r and so on.

  • @TheJustinmkeith seems like you would have to use pagination

  • Where do you close the table rows?

  • Comment removed

  • Thnx Adam. Its been so useful. How can we make it with the images from our database and how to display them randomly everytime we refresh the page. If u can make another tutorial it will be awesome.

  • wat about if we wanted it this way:

    a d g

    b e h

    c f i

    please help.

  • How bout some pagination for this? Will it work with your previous pagination tut?

  • Cool tut.

    Nice vid Adam, keep up the good work :D

  • I would of never though of this, thnx adam

  • dude, thats hella smarter than the way i ususally do it...vedy nice

  • sick I can use this for my user options table

  • great video i can't stress how amazing your informative videos are keep pushing out great content thank you very much and i look forward to watching your future videos

  • Nice video Adam. Very helpful.

  • Merry X-mas

  • @Nedfrenzy you to man

  • Adam, I've got a little problem since my PHP skills are a little rusty..

    Could you perhaps make a tutorial on how to store for example 10 different words in 1 table field thingamajig. With use of an array for example.

    Then with PHP you take apart the array that is stored in only one table field thing and echo them out as normal seperate words again.

    I hope you get what I mean,

    Thanks in advance :)

  • @lucas199400 if you have it in a specific format (eg, always comma or semi-colon separated (;) then you can use explode() function in the form: explode(";",$string);

    where ; is our separator (can be any character, try to make it obscure so that you don't get unexpected results (can be a string)) and $string is the haystack which we are looking in.

    Practical use:

    $name = "AlexSPLITBowers";

    $split = explode("SPLIT",$name);

    echo $split[0] . " " . $split[1];

  • second view xD nice video can you make a video about payed membership with php ?

  • Nice video Adam

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more