messed up links

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
buddok
Forum Commoner
Posts: 50
Joined: Tue May 25, 2004 2:44 pm

messed up links

Post by buddok »

hey well ive done my pagination an it works now but becuase it links to ?page=1 and 2 etc and my links are index2.php?page=home it goes to index2.php?page=1 so it doesnt work how do i re-arrange my links so that they work ?
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

what do you mean with that?
User avatar
buddok
Forum Commoner
Posts: 50
Joined: Tue May 25, 2004 2:44 pm

Post by buddok »

well the links to next previuos and the numbers link like so page.php?page=1 but because im including page.php they link wrong because ive included it on index2.php?page=home so wen i clcik the links they got to index2.php?page=1 or 2 or wat evere
Post Reply