Page 1 of 1

Paganation Conflict??

Posted: Tue Mar 18, 2008 8:08 am
by kananga
Hi there,

Heres a bit of a tickler....I think i know why ultimately pagnation has been such as pain for me....If you think this could cause a problem then please tell me!!!

The query that searches for records (that will be displayed and pagnation added to) is done so thorugh the use of a hyperlink e.g. (Search for all AnimalExperience records that have the same AnimalID as record being viewed). With this in mind, when i come to view the records with their pagnation it looks fine but ONLY for that 1st page it wont work any further....

The browser says: http://localhost/woodside/add_animal_ex ... ecordID=51

But when go page 2 it says: http://localhost/woodside/add_animal_exp1.php?page=2

So it has like forgoten the original AnimalID that was 51????

I hope im making some sense!!??

If anybody knows what im saying and has answer please get back to me.

Thanks

Re: Paganation Conflict??

Posted: Tue Mar 18, 2008 8:43 am
by Zoxive
Make the link something like..

add_animal_exp1.php?recordID=51&page=2

Re: Paganation Conflict??

Posted: Tue Mar 18, 2008 9:04 am
by kananga
Hi there,

Thanks for reply how would i implement that in the hyperlink?? Would it work to test it by manually putting it in browser?? pasting &page=2 to the end of it??

Coz it navigates ok, but the records themselves never change??

Thanks

:)