OVH Community, votre nouvel espace communautaire.

253 Internal Server Error


m4g
28/03/2007, 10h27
Personne capable de me répondre, même le servive mail de OVH ne me répond pas ! ...

m4g
26/03/2007, 14h44
Salut, j'ai un problème lorsque je veut ajouter des donnée dans ma BDD, voici ma requète, et l'erreur, en revanche je n'ai aucun probleme poru récupérer des données dans ma BDD c'est uniquement a l'ajout et à la modification .
Ma requete :

include ("../conf.inc.php");
include ("../fonctions.php");


$advers=$_POST['advers'];
$type=$_POST['type'];
$datte=$_POST['datte'];
$result1=$_POST['result1'];
$result2=$_POST['result2'];
$map=$_POST['map'];
$comment=$_POST['comment'];

$SQL="Insert Into war (advers,type,datte,result1,result2,map,comment)
Values ('$advers','$type','$datte','$result1','$result2', '$map','$comment')";

MYSQL_QUERY($SQL) OR DIE ('Erreur'.mySQL_error());

header("Location: /index.php?b=admin");

?>
La page d'erreur :
253
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, tech@ovh.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.team-preciz.fr Port 80
0