Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 407
0 Users 6 Guests Online
Forum Index » PHP + MySQL » help...
Posted on Friday 24th August 2007 at 12:57 PM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
i would like to display 2 users in a row in the members page..
can someone help me?
Posted on Friday 24th August 2007 at 03:32 PM
Diablosblizz
templates/default/images/noavatar.png's Avatar
Senior Member
What do you mean? :S

I guess you could do this:

Code

mysql_query("SELECT * FROM `members` LIMIT 0, 2");


That'll work, unless I don't understand.
Posted on Saturday 25th August 2007 at 01:25 PM
Dean
templates/default/images/noavatar.png's Avatar
Active Member
hmm you want it to display randomly ?
Posted on Tuesday 28th August 2007 at 07:06 AM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
forget about it XD
Posted on Wednesday 29th August 200 at 09:08 AM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
ehm...maybe i explained myself badly anyway i mean this..
instead of displaying the result like this:
-result 1
-result 2
he should display it like this:
-result 1 -result 2