mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
10 lines
251 B
PHP
10 lines
251 B
PHP
<p>Hello World <?php p($_['user']) ?></p>
|
|
|
|
<p><button id="hello">click me</button></p>
|
|
|
|
<p><textarea id="echo-content">
|
|
Send this as ajax
|
|
</textarea></p>
|
|
<p><button id="echo">Send ajax request</button></p>
|
|
|
|
Ajax response: <div id="echo-result"></div>
|