hey,
i wana know this thing... you see i have this code...
i wana know...how can i display this code over various pages automatically and also show a navigation like... 1 2 3 ...etc...
i want the number of templates to be displayed, to be customizable...
thnx !
i wana know this thing... you see i have this code...
| Code: |
|
$tempreqtype = ucfirst($_GET['type']); $tempreq1 = "SELECT * FROM templates WHERE type = '$tempreqtype' ORDER BY 'name' ASC"; $tempreq2 = mysql_query($tempreq1) or die(mysql_error()); while ($tempreq3 = mysql_fetch_array($tempreq2)) { .......................... |
i wana know...how can i display this code over various pages automatically and also show a navigation like... 1 2 3 ...etc...
i want the number of templates to be displayed, to be customizable...
thnx !
