Hello to all

Please excuse my bad english.

I have a contact mudule with this text :
===================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                        "http://www.w3.org/TR/REC-html40/loose.dtd";>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mon formulaire.</title>
</head>
<body>
<form name='formulaire' action='traitement.php' method='post'>
<input name='nom' type='text' size='50'><br>
<input name='prenom' type='text' size='50'><br>
<input name='annuler' type='reset' value='Annuler'>&nbsp ;
<input name='soumettre' type='submit' value='Envoyer'><br>
</form>
</body>
</html>
===================================================

And the result contact code (traitement.php) is :

<?php

echo "resultat : ".$nom." ".$prenom;

?>

===================================================

This work with Apache, but don't work with Cherokee, i have only 'resultat : ', 
but not the variables.
The php version for fast-cgi is the official version from ubuntu koala. The php 
work fine, i have 'resultat : '

Thnx

Bye

____________________________________________________

 Envie de partager vos photos de vacances ? Voila vous offre 1 Go d’espace de 
stockage sur http://macle.voila.fr ! 



_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to