Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
$query = "SELECT Name,Mobile,Website,Rating FROM grand_table order by 4"; // Passing Variables to execute and check $result = mysql_query($query); while( $data = mysql_fetch_array($result)) { echo("<tr><td>$data[0]</td><td>$data[1]</td><td>$data[2]</td><td>$data[3]</td></tr>"); } To solve up the parameter and boolean error i had used above query Also you can parse up value directly in the query ... …
The End.
Gears.of.Codes