alpha_full/pages/produits/produits.post.php
2026-04-06 22:58:51 +02:00

6 lines
202 B
PHP
Executable File

<?php
$affOngPrd=1;
if (isset($_GET['idPrd'])) {$idPrd=$_GET['idPrd'];}
if (isset($_GET['nomPrd'])) {$nomPrd=$_GET['nomPrd'];}
if (isset($_GET['affOngPrd'])) {$affOngPrd=$_GET['affOngPrd'];}
?>