Accordion

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
tanmay
Forum Newbie
Posts: 12
Joined: Mon Jan 19, 2009 9:51 am

Accordion

Post by tanmay »

hello friends,
can i implement Accordion functionality in PHP?
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Accordion

Post by Mark Baker »

tanmay wrote:can i implement Accordion functionality in PHP?
No! accordion functionality is client-side, so you implement it in javascript/css
tanmay
Forum Newbie
Posts: 12
Joined: Mon Jan 19, 2009 9:51 am

Re: Accordion

Post by tanmay »

thanks Mark.

can you tell me how i can implement it using js?....
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Accordion

Post by pickle »

These boards help those who help themselves. Try figuring it out yourself before asking someone else to do it for you.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
tanmay
Forum Newbie
Posts: 12
Joined: Mon Jan 19, 2009 9:51 am

Re: Accordion

Post by tanmay »

pickle wrote:These boards help those who help themselves. Try figuring it out yourself before asking someone else to do it for you.
thanks for your "golden" advice. i'll find my answer somewhere else
Post Reply