Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

how to build a site like instructables.com

i have tried different methods to build a site like instructables.com ,but i was unsuccessful ,How they are able to add steps when we click the button ,is it possible with jquery and php

2 Answers

Theodore Kruczek
Theodore Kruczek
8,800 Points

The term is pagination. Here is one possible example of using PHP.

i am not asking about the pagination part, but the logic behind the creation of step by step diy creation by the users in th website ...in the website there is a create button at the top if u click it u will get a scroll down in which step by step creation is there i am asking about that part

i have tried different methods to build a site like instructables.com ,but i was unsuccessful ,How they are able to add steps similar to the websitewhen we click the button ,is it possible with jquery and php