Neues Initialrelease mit IonicMaterial
This commit is contained in:
12
www/lib/jQuery/test/data/params_html.php
Normal file
12
www/lib/jQuery/test/data/params_html.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id="post">
|
||||
<?php
|
||||
foreach( $_POST as $key=>$value )
|
||||
echo "<b id='$key'>$value</b>";
|
||||
?>
|
||||
</div>
|
||||
<div id="get">
|
||||
<?php
|
||||
foreach( $_GET as $key=>$value )
|
||||
echo "<b id='$key'>$value</b>";
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user