progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 bed030c12a6f2ef29af9b93f325a0072dc81605c
prova form get
1 files modified
5 ■■■■ changed files
htdocs/contact.php 5 ●●●● patch | view | raw | blame | history
htdocs/contact.php
@@ -6,6 +6,9 @@
    $smarty->setTemplateDir('../ihtml');
    $smarty->setCompileDir('../compile');
    
    $string = $_GET['prova'];
    echo $string;
    $smarty->display('contact.tpl');
    echo "contact";
?>