Jump to content

Expand/collapse menu in PHP?


sorenchr

Recommended Posts

Hi,

 

Since i fancy PHP :), i prefer to do it over javascript. So i was wondering if it's possible to do an expand/collapse menu in PHP?

For example, i have this userlist:

 

Ben

Garry

John

 

So when i click Garry, some options for this user should appear:

 

Ben

Garry

|- Kick user

|_ Ban user

John

 

Thanks for your replies!

Best regards

Soren

Link to comment
Share on other sites

yes, PHP is a server-side language. to modify objects in a browser you need to use a browser-side language like Javascript with CSS. if you need the content to change dynamically based on user selections, you may need ajax. if your selections will always be the same, just javascript/CSS is fine.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.