![]() |
What am i doing wrong?
What am i doing wrong here?
Im trying to display all the rows in the table. But its not working, there is no error message. It just doesnt display! PHP Code:
|
You have nothing in your while loop which means no output to display.
Plus, I don't see where you are even using the function named foo. |
Quote:
Could you tell me how to fix it or do it the correct way? Im new to php :confused: |
PHP Code:
|
Im getting a parse error.
Parse error: parse error, expecting `','' or `';'' in c:\program files\easyphp1-8\www\test.php on line 44 Okay i fixed the parse error but it still is not displaying rows. No errors. Okay okay i got it :D Thanks alot :D |
Yeah, you need to use actual database collumn names.
|
Lol yep ive got it.
Ive now put $view[column] in the template. But it only displays the first row. How can i display all rows? PHP Code:
|
You don't want all these in that loop.
PHP Code:
|
It still only displays one row?
If i do this PHP Code:
but if i do this and try and put it in the template file it only displays one row. PHP Code:
|
You need a template file for the rows (inside the loop) then a main template to hold the rows (outside the loop).
PHP Code:
|
All times are GMT. The time now is 05:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|