6 lines
65 B
PHP
6 lines
65 B
PHP
<?php
|
|
if( isset($_POST['submit']) )
|
|
{
|
|
// Your PHP code here
|
|
}
|
|
?>
|