Hello My Problem May Be Very Easy Or Very Hard
Iam Still Noob In Php
I Developed This Site
The Pagination Works Fine In The Index Page
Like This
http://www.e-alriyadh.com/index.php?p=2
Now There's A Problem In The Category Section Pagination
This Is A Section
http://www.e-alriyadh.com/cat.php?id=22
When I Try To Go To Page 2
It Must Be Like This
http://www.e-alriyadh.com/cat.php?id=22&p=2
Instead Of This
http://www.e-alriyadh.com/cat.php?p=2
I Found In My Pagination Class File This ( Variable ) var $querystring = ''; // example id=1&e=2&r=5 //
When I Make It Like This var $querystring = 'id=?????'; // example id=1&e=2&r=5 //
Now My Problem How Can I Make The Class Get The ID
I Attached The
Index.php
cat.php
split.php (( Pagination Class ))
I Know I have Many Problems In My Develope Coz Iam Not Expert
But I Wish To Solve This Problem