Posted by Resi on 10/04/57 11:22
Hello Thanks for taking the time to look at this post.
What im trying to do
i have a table called
user with 4 fields id username jdate ref
195 people in this table 85 no ref numbers
$sql = "SELECT * from user where ref < 1";
I can get it to work from phpmyadmin but when i put it in the ref.php file
it only shows the first one it finds.
im looking to have it put all of the output into the page
the id will be a href to the stats page
id username jdate
1 user1 0000
2 user2 0000
and so on..
Thanks...
If you can point me to what im looking for that would be great..
Navigation:
[Reply to this message]
|