![]() |
Records from database
Hi.
What code is responsible for displaying all the records from the database / table Is there any other method than "echo" |
Just use the SELECT query and use $row['(name of row here)'] in a table tag.
|
what is wrong in that code ?
PHP Code:
|
try a do ... while loop, instead of just a while loop
|
what do u mean exactly ? could u change that for me please ?
|
Quote:
PHP Code:
|
still shows the last entry
i think the problem is here Code:
$sql = $db->query_read("SELECT * FROM `amx_screenshots` ORDER BY ssid DESC"); |
Why don't you echo x; at some point so you can see how many rows there are supposed to be in the loop, that would help pinpoint the issue... if x=1 then the problem is with the sql, otherwise the sql is probably right,
|
could u write an example code for templates ? what code should be there :>
|
after your while loop just put the line:
echo "<h1>" . $x . "</h1>" ; That should output the value of x somewhere in a big font, just for debugging purposes, obviously don't run your forum this way. I don't know if $x is available in a template... just put: <h1>$x</h1> somewhere in the template and see if anything shows up. |
1 Attachment(s)
it show up but on the top only (take a look on a screen)
|
That's good, that means there are 4,668 rows in your variable- the SQL statement is right (probably) you just need to figure out how to print it. (Which I realize was your first question to start this thread, but at some point you questioned if the SQL statement was right).
|
its working now, because of $dane
PHP Code:
but there is another problem with pagination i used tha article - https://vborg.vbsupport.ru/showthrea...ght=Paginating paginating shows up but only for few minutes and then disappeared that how it is PHP Code:
|
I'm not sure how that's supposed to work. It looks like you're always starting at the first record instead of calculating " $limitlower " like in the article.
Also, I think you might want to go back to using a "while" loop instead of "do...while", because I think the way you have it you're using the "$row" variable the first time before you've set it. BTW, you probably don't want to post your database connect info. Is there a reason you're opening a database connection instead of using the one vB opens? |
Quote:
my hosting is sux, i've got limit in "max_user_connection" and my script doesn't close the connection thats why am using VPS for that. pagenav was working yesterday i don't know why is not :/ |
Oh. Anyway, I see that you *did* calculate $limitlower, you just used 1 in the query, so maybe you were just debugging.
|
could you show me an example ? am not best in php :/
|
No, it was my mistake, what you have is right. :) Sorry, I was looking at the wrong code.
|
is right but still without pagination :D maybe i will find it somewhere
|
still not working :/ any solutions for that ?
|
Maybe try displaying some values to debug the code? I usually insert them in HTML comments, then view the page source to see the values. You would just have to add them in to your $dane variable.
|
All times are GMT. The time now is 01:41 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:
|