Are there any methods to get the element's id?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shang Wenbin

    Are there any methods to get the element's id?

    Hi all,

    Are there any methods to get the element's id in php?
    Just like the function document.getEle mentById(id) in javascript.

    Thanks
    --
    Shang Wenbin from Realss
  • NC

    #2
    Re: Are there any methods to get the element's id?

    Shang Wenbin wrote:[color=blue]
    >
    > Are there any methods to get the element's id in php?
    > Just like the function document.getEle mentById(id)
    > in javascript.[/color]

    I think you misstated your question. In JavaScript,
    document.getEle mentById() is not used to get the element's
    ID; it returns the element itself, given its ID... In
    PHP, this functionality is available through DOM extention:

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Cheers,
    NC

    Comment

    Working...