Jump to content

Problem with Record Paging Using Dreamweaver MX


Ignorant_Hog

Recommended Posts

Hi,

 

I have been given the task of building a webpage for my company. I've been using Dreamweaver MX to create it and have been doing ok, until now!

 

Basically I have got a Database with a stock list table. I want to display a stock list from this table. I then want to display 25 records at a time. Then I want to be able to go the next page of records or previous or first of last page etc...

 

Well i had thought I had managed this as I got it all workong on my localhost testing server, however when I uploaded it all to the hosting companies server (Yes I imported the database and changed the DB connection settings to connect to the DB online rather than on my testing server) I try and click on next for example and it just brings up the same 25 rows from the table.

 

I am just about ready to admit defeat so any help would be appreciated. The code for the page can be found at:

 

http://www.cell-limited.co.uk/darnit.txt

 

and the actual page is at:

 

http://www.cell-limited.co.uk/productList.php

 

I'd be grateful for any help you can give!

 

Cheers

 

Hog!

Hi,

 

I troed the above and yeah there seems to be a problem with getting the variables with HTTP_GET_VAR, so I tried using HTTP_POST_VAR with no success either. So I've tried using <?php echo $REQUEST_METHOD; ?>  and <?php echo $SERVER['REQUEST_METHOD']; ?>  to see wether the system uses POST or GET but I get a nothing returned as a string!

 

Can Anyone help!

 

Cheers!

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.