PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 14th, 2002, 11:40 PM
straw straw is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Stockholm, Sweden
Posts: 10 straw User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Next result by Limit

Please, can some one tell me whats wrong with this script. Why dont the next 10 rows of the search result shows.
How can i make this work.
<?
if ($searchstring)
{
if (!isset($start)) $start = 0;
include("common.php");
$link = dbConnect();
$query ="SELECT kundid, icon, namn, typ FROM $table WHERE namn LIKE '%$searchstring%' LIMIT $start , 10";
$result = mysql_query($query) or die(mysql_error());

?>
<br>
<table border="0" width="200" cellpadding="0" cellspacing="0">

<?
while ($raden = mysql_fetch_array($result)){
echo "<tr bgcolor=#cccccc>
<td width=20><img src='$raden[icon]' width=20 height=20></td>
<td><font face=verdana size=2>&nbsp;<b><a href=info.php?kundid=$raden[kundid]>$raden[namn]</a></b></font></td>
<td><font face=verdana size=1>$raden[typ]</font></td>
</tr>
<tr height=2 bgcolor=#ffffff>
<td colspan=3>&nbsp;</td>
</tr>";
}

?>
<tr><td colspan=3>
<?
$query = "SELECT count(*) as count FROM $table WHERE namn LIKE '%$searchstring%' LIMIT $start , 10";
$result = mysql_query($query) or die(mysql_error());
$row = mysql_fetch_array($result);
$numrows = $row['count'];
if($start > 0){
echo "<a href="" . $PHP_SELF . "?start=" . ($start - 10) . "">Previous</a><BR>n";
}
if($numrows > ($start + 10)){
echo "<a href="" . $PHP_SELF . "?start=" . ($start + 10) . "">Next</a><BR>n";
}
?>
</td></tr>
</table>
<?
}
?>

Reply With Quote
  #2  
Old August 15th, 2002, 06:07 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via Yahoo to EvilivE
RE: Next result by Limit

This seems wrong:
php Code:
Original - php Code
  1. $query ="SELECT kundid, icon, namn, typ FROM $table WHERE namn LIKE '%$searchstring%' LIMIT $start , 10";
It would make more sense if it was:
php Code:
Original - php Code
  1. $query ="SELECT kundid, icon, namn, typ FROM $table WHERE namn LIKE '%$searchstring%' LIMIT $start , ($start + 10)";
HTH

Reply With Quote
  #3  
Old August 15th, 2002, 07:57 AM
siteworkspro.com siteworkspro.com is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Sydney, Australia
Posts: 92 siteworkspro.com User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to siteworkspro.com Send a message via AIM to siteworkspro.com
RE: Next result by Limit

what version of php are you using??

after the <?php tag, add this line in

$start = $_GET['start'];

Reply With Quote
  #4  
Old August 15th, 2002, 09:27 AM
straw straw is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Stockholm, Sweden
Posts: 10 straw User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Next result by Limit

Thanks for your help.
The problem was in the link.
Now it looks like this.

echo "<a href="" . $PHP_SELF . "?start=" . ($start + 10) . "&searchstring=" . ($searchstring) . "">Next</a>


Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > Next result by Limit


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT