|
|
Mod Options |
|
#1
|
||||
|
||||
|
help with loops
OK i have a few large looks that call data *duh* but what I have the problem doing id getting it into a template.. do you know if this is possiable?
No members have liked this post.
|
| Comments |
|
#2
|
|||
|
|||
|
uhh?
rephrase No members have liked this post.
|
|
#3
|
||||
|
||||
|
I didnt get the question either.
__________________
Logician's Blog | WebTemplates for vb 4.x : VB Integrated Content Management System I do NOT do custom work, so please do not PM/email me for such projects. Thanks for understanding.. No members have liked this post.
|
|
#4
|
||||
|
||||
|
Errr... What I mean to say *not being drunk* Is how would I take information for loops. That calls data from a database and prints it to the screen. I would leik to be able to take that data and put it in a template but every time I try I always get the last piece of data it calls.. example:
Bill Bob John Sam with would be the output of the loop from each row it finds.. but how would I get the it to show all of them in a template? No members have liked this post.
|
|
#5
|
||||
|
||||
|
when you get the data from db, append it to a variable. eg.
($count stands for the number of data you got from db., $retrieved_from_db is an array that keeps the retrieved data) for ($i=0;$i<$count; $i++) { $compiling_data.=$retrieved_from_db[$i]; } When this loop ends, you will have all the retrieved data in your variable "$compiling_data". Now you can use this in your template..
__________________
Logician's Blog | WebTemplates for vb 4.x : VB Integrated Content Management System I do NOT do custom work, so please do not PM/email me for such projects. Thanks for understanding.. No members have liked this post.
|
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 11:08.
