Jump to content

results view


ctcp

Recommended Posts

<?php
$results = mysql_query("select * from crackz where `option` = 'Yes' and type = 'games' and  name like '".chr($numbs)."%' ORDER BY date DESC LIMIT $page, $limit");
while ($data = mysql_fetch_array($results))
{
?>
<li>[<?=$data["type"]?>] [<?=$data["date"]?>] <a href="?section=view&id=<?=$data["id"]?>&type=<?=$type?>" title="<?=$data["name"]?>"><?=$data["name"]?></a> </li>

this work fine but if my record start from space not work..

i mean  (mplampla) work

          ( mplampla) not work

how to fix this ?

 

Link to comment
https://forums.phpfreaks.com/topic/163635-results-view/
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.