Skip to content
Lucas Franceschino edited this page Mar 24, 2015 · 2 revisions

Welcome to the InterfaceWebProjetL2 wiki!

Exemple DB :

$res = $db->query('SELECT idProj FROM Projet');
while (NULL !== ($row = $res->fetch_array()))
    $values .= ($count?', ':'').'('.$row['idProj'].', '.$_SESSION['groupId'].', '.(++$count).')';

Id du projet : $idProject

Clone this wiki locally