Jump to content

Pulling from database.


Zepo.

Recommended Posts

http://eliteladders.com/development/members.php

 

Doesnt show anything

 

if(isset($ltr)){
$letter="WHERE 'name' LIKE '".$ltr."%'";
$letterlink="&ltr=$ltr";
}

$stafflist=mysql_query("SELECT id,name,email,aim,website,points,country,lastactive,DATE_FORMAT(joined,'%M %d, %Y') FROM members $letter ORDER BY name LIMIT $page,25");
while(list($id,$name,$email,$aim,$website,$points,$country,$lastactive,$joined)=mysql_fetch_row($stafflist)){

Link to comment
https://forums.phpfreaks.com/topic/88298-pulling-from-database/#findComment-451841
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.