I Just have to say...!!!!!

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
blacksnday
Forum Contributor
Posts: 252
Joined: Sat Jul 30, 2005 6:11 am
Location: bfe Ohio :(

I Just have to say...!!!!!

Post by blacksnday »

Most regulars here probably know by now
my extreme frustrations with making my pagination code
work correctly!

I am sooooooooooo freaking dumb!
Today I was sitting and all a sudden it hit me WHY I was having
so many problems!

I was using
?bash=
for ALL LINKS!!!!!!

See the problem?

If the Prev/Next links use ?bash=
and the Comment/News Links use the same ?bash=
and the Comments are added to news using ?bash=
Wouldn't that conflict when trying to individually identify?!!!

HECK YEA..... so I changed my prev/next links to NOT use ?bash=
and just like that like...
ALL Fixed and working as I have been frying my brain for
2 months trying to get it to do!
jabbaonthedais
Forum Contributor
Posts: 127
Joined: Wed Aug 18, 2004 12:08 pm

Post by jabbaonthedais »

Don't you hate when that happens? You realize something that should have been so obvious. Happens to me all the time... I guess when you are so concentrating on something you miss the easy stuff.
Post Reply