Thread: Pagination
View Single Post
Old 04-04-2006, 06:35 AM   · #1
Xyzer
Steven
 
Xyzer's Avatar
 
Name: Steven Gibbons
Location: United Kindom
Trader Rating: (45)
Join Date: Aug 2005
Posts: 1,506
NP$: 40.00 (Donate)
Xyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to all
Tsunami Relief AIDS/HIV
Pagination

Hi,

I have this page:
Code:
<?php $connect = mysql_connect("localhost", "username", "password"); mysql_select_db("db", $connect); $select = mysql_query("SELECT * FROM `tutorials` WHERE category = 'photoshop'", $connect); while($row = mysql_fetch_array($select, MYSQL_ASSOC)) { $id = $row['id']; $name = $row['name']; $email = $row['email']; $category = $row['category']; $url = $row['url']; $url2 = $row['url2']; $websitename = $row['websitename']; $tutorialname = $row['tutorialname']; $description = $row['description']; echo " <p> <strong>Tutorial Name:</strong> <a href=\"$url2\">$tutorialname</a><br />\n <strong>Submitted By:</strong> <a href=\"$url\">$websitename</a><br />\n <strong>Description:</strong> $description</p>"; } ?>


I hope you all understand, and what i am trying to do is intergrate pagination, but i dont know where the script will go and how to use the
Code:
$select = mysql_query("SELECT * FROM `tutorials` WHERE category = 'photoshop'", $connect); while($row = mysql_fetch_array($select, MYSQL_ASSOC)) { $id = $row['id']; $name = $row['name']; $email = $row['email']; $category = $row['category']; $url = $row['url']; $url2 = $row['url2']; $websitename = $row['websitename']; $tutorialname = $row['tutorialname']; $description = $row['description']; echo " <p> <strong>Tutorial Name:</strong> <a href=\"$url2\">$tutorialname</a><br />\n <strong>Submitted By:</strong> <a href=\"$url\">$websitename</a><br />\n <strong>Description:</strong> $description</p>"; } ?>

bit which i need. Thanks
Steven


Please register or log-in into NamePros to hide ads
Xyzer is offline   Reply With Quote
Site Sponsors
Find out how! Hunting Moon Buy Flash Arcade Game Script
Advertise your business at NamePros
All times are GMT -7. The time now is 09:48 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.