paginating link

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
abbey4biz
Forum Commoner
Posts: 32
Joined: Wed Nov 23, 2011 12:25 pm

paginating link

Post by abbey4biz »

Please this paginating link does not seems to work out. can somebody help out:

Code: Select all

http://thewebsiteurl.com/m_category.php?product=furnitures?s=15&p=2
Thanks, expecting your reply as soon as urgent.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: paginating link

Post by social_experiment »

Between 'furniture' and 's' you need an ampersand (&) as opposed to a question mark; (that seems to be the obvious issue)
Like so

Code: Select all

http://thewebsiteurl.com/m_category.php?product=furnitures&s=15&p=2
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
jacklinmor
Forum Newbie
Posts: 3
Joined: Thu Jun 14, 2012 1:56 am
Location: United Kingdom
Contact:

Re: paginating link

Post by jacklinmor »

In now days of Information Technology development, you can develop your web site in word press as well as joomla, both are best content management system, so you can make one best design in word press as well as joomla also.
Post Reply