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