Files
crm-ms1/php/demo-comment.php
2026-05-27 11:44:10 -04:00

6 lines
65 B
PHP

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