Erreur php?
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
DANS MON APPLICATION WEB L'ORSQUE JE VEUT SUPPRIMER UNE LIGNE D'UN TABLEAU DE MA BASE DE DONNÉE L'ORSQUE JE CLICK SUR LA BOUTON SUPPRIMER IL AFFICHE CE MESSAGE :Forbidden
You don't have permission to access /headlines/<div class= on this server.
J'AI PENSé QUE LA FAUTE EST AU NIVEAU DE CE CODE:<form name="f1" id="f1" method="POST" action="<?php if (isset($_SERVER['orcl'])){ $_SERVER['orcl']?>">
MAIS AU NIVEAU DE CE CODE JE MAIS AU NIVEAU DE L'ACCTION LA DESTINATION DES INFORMATION"orcl" je peut pas connêtre la solution de ce problème
DANS MON APPLICATION WEB L'ORSQUE JE VEUT SUPPRIMER UNE LIGNE D'UN TABLEAU DE MA BASE DE DONNÉE L'ORSQUE JE CLICK SUR LA BOUTON SUPPRIMER IL AFFICHE CE MESSAGE :Forbidden
You don't have permission to access /headlines/<div class= on this server.
J'AI PENSé QUE LA FAUTE EST AU NIVEAU DE CE CODE:<form name="f1" id="f1" method="POST" action="<?php if (isset($_SERVER['orcl'])){ $_SERVER['orcl']?>">
MAIS AU NIVEAU DE CE CODE JE MAIS AU NIVEAU DE L'ACCTION LA DESTINATION DES INFORMATION"orcl" je peut pas connêtre la solution de ce problème
4 réponses
-
Arrête d'écrire en majuscules.
-
-
Bon, déjà la ligne que tu as envoyé contient des erreurs.
$_SERVER[...] ?>
Mettre une variable, sans rien après, n'a pas de sens. Et il manque un point-virgule.
d'un tableau de ma base de données
Laquelle ? MySQL ? Et quel gestionnaire ? PhpMyAdmin ? -
ma base de donnée est sur mysql sous wampserver et de type innodb