function activer(i) {
if(window.document.getElementById('img'+i).checked) {
window.document.getElementById('photo'+i).disabled=false;
window.document.getElementById('supprImg'+i).disabled=true;
}
else
{
window.document.getElementById('photo'+i).disabled=true;
window.document.getElementById('supprImg'+i).disabled=false;
}
}
Warning: main(config/functions.php) [function.main]: failed to open stream: No such file or directory in /homez.335/zileamar/www/membres.php on line 15
Fatal error: main() [function.require]: Failed opening required 'config/functions.php' (include_path='.:/usr/local/lib/php') in /homez.335/zileamar/www/membres.php on line 15