Php ile bir css kuralı almak nasıl?

0 Cevap php

İşte benim biçembentin bir örnek:

#thing {
display: none;
}

What I would like to do is, with PHP, I would like to get what display is. I can do this with Javascript, but I would like to know how to do it in PHP as I am more confident with it. Here is how I would do it with Javascript:

document.getElementById (id) style.display.;

So basically, I would like to do that but in PHP. Thanks, and Merry Christmas!

0 Cevap