Jump to content
  • 0

How I can DO THIS


Question

1 answer to this question

Recommended Posts

  • 0
Posted

<?php

$query = mysql_query("SELECT * FROM characters ORDER BY <column name of pvp/pk> DESC");

while ( $result = mysql_fetch_array($query) )

{

// echo $result['whatever_columns_you_want'];

}

?>

 

and around the same for the other things.

Guest
This topic is now closed to further replies.
×
×
  • Create New...