I am looking for the PHP equivalent of the Javascript function getElementById() and innerHTML. Basically, how can I edit the content of certain ID's in the document? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can't. PHP is sever side and can't operate on the document after it has been rendered. |
|||||||||
|
|
If your PHP version supports it, you can make use of |
|||||||||||
|
