Html eleman değeri PHP-get

0 Cevap php

Hi
In jQuery, we can use the script below to get html element value:

<p id="some">test</p>

$(function() {
    $a = $('#some').text();
});

PHP, biz aynı işlevi nasıl yapabilirim?

Teşekkürler

0 Cevap