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.
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.
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
@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.
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 1 month ago
@TheJustinmkeith seems like you would have to use pagination
darkchocolate132 3 weeks ago
Where do you close the table rows?
pzmaven 1 month ago
Comment removed
blacktorotot 3 months ago
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.
facility46 6 months ago
wat about if we wanted it this way:
a d g
b e h
c f i
please help.
hellraizer17 9 months ago
How bout some pagination for this? Will it work with your previous pagination tut?
gukkie87 1 year ago
Cool tut.
Nice vid Adam, keep up the good work :D
smvsoren 1 year ago
I would of never though of this, thnx adam
killerbng 1 year ago
dude, thats hella smarter than the way i ususally do it...vedy nice
MrShawnlloyd 1 year ago
sick I can use this for my user options table
KevinFusco 1 year ago
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
reload1012 1 year ago
Nice video Adam. Very helpful.
yfz450bj 1 year ago
Merry X-mas
Nedfrenzy 1 year ago
@Nedfrenzy you to man
mapledutch 1 year ago
This has been flagged as spam show
nice video man, pleasee go and check out my channel, pleaseeeee
JerkTutorials 1 year ago
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 1 year ago
@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];
bowersbros 1 year ago
second view xD nice video can you make a video about payed membership with php ?
mapledutch 1 year ago
Nice video Adam
RateHacker 1 year ago