07-21-2010, 09:38 PM
I've been learning how to make a table, but how can i echo a variable over and over? Thanks guys
How can I echo a variable
|
07-21-2010, 09:38 PM
I've been learning how to make a table, but how can i echo a variable over and over? Thanks guys
07-27-2010, 02:02 AM
Well, your account is closed, but I'll be of assistance, anyway.
PHP Code: while(1) {
07-27-2010, 02:10 AM
07-27-2010, 02:12 AM
(07-27-2010, 02:10 AM)DAMINK™ Wrote: Does not quite answer his question though. He asked how to echo a variable over and over. And so what if he is banned? What if someone else comes along with the same question?
07-27-2010, 02:15 AM
You would need to connect to the database in question before you could pull said variable from the table though yes?
Ultimately i wonder why someone would want to do this. I can only think for harm not good? Might be wrong though. PHP and sql are not my strongest points.
07-27-2010, 02:18 AM
Well, he's never said anything about a MySQL table. He could just mean a regular table ;)
But no, its used in common practice, to echo rows of a MySQL table into columns. Take for example the forum we're currently using. Its using a while loop to get the rows of the posts and echo them out into a table appropriately, one at a time, and in the correct order. Same with threads, etc.
07-30-2010, 10:40 AM
But it in a continuous loop.
Code: while (true)
10-07-2010, 02:24 AM
12-06-2010, 01:22 AM
Seems he is unbanned and problem solved. Thread probably should be closed. Unless he comes back and posts.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
PHP echo contents of folder help | DAMINK™ | 3 | 1,244 |
06-01-2012, 04:07 PM Last Post: DAMINK™ |
|
[NEED HELP] PHP Form post, get, echo | Đενɨаηсε™ | 5 | 2,070 |
02-06-2012, 01:16 PM Last Post: ★Cooldude★ |
|
PHP Echo HTML From MySQL Value? | iMr | 7 | 3,759 |
03-19-2011, 09:41 AM Last Post: ★Cooldude★ |
|
Noob's doubt on echo function in php | mandi | 5 | 1,728 |
12-09-2010, 06:00 AM Last Post: Orgy |