Bonjour Les Ami(e)s du Forum,
En voulant faire un test avec un formulaire inséré sur mon site, je suis tombé sur cette erreur :
Parse error: syntax error, unexpected '<' in /mnt/110/sda/b/2/voituresvolees/insert.php on line 6
Comment dois je procéder afin de corriger cette erreur ?
Merci de votre aide
Cordialement
Voilà Le code Source de la Page
?php
include('header.php');
?>
<div>
A Signaler voiture , camion abandonné dans des bois,cités,
clairiéres, étangs,bordures de route,endroits sinistres, zones industrielles...
Veuillez poster une annonce dans cette page afin de signaler et de rendre service au propriétaire, tous véhicules , camions (utilitaires ou remorques) abandonnés et quel que soit l'endroit ; dans des bois , dans une clairiére , dans un point d'eau ( lac ou étang) , dans une zone industrielle , une route peu fréquentée ou tout simplement tous véhicules suspects.
Bien indiquer aussi La plaque d'immatriculation et L'endroit où le dit véhicule est garé .
</div>
<br>
<br>
<form width="722" border="0" align="center" style="-webkit-border-radius : 10px 10px 10px 10px; width: 400px; margin:auto; " method='post' action='insert.php'>
<p>Nom :
<input type="text" name="nom" id="nom" maxlength="30" value='test' style="-webkit-border-radius : 3px 3px 3px 3px "/>
</p>
<p>
<b>Titre :</b>
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>E-mail :</b>
<input type="text" name="email" value="" id="email" maxlength="40" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Rubrique :</b>
<SELECT name="typeV" size="1" lang="30" style="-webkit-border-radius : 3px 3px 3px 3px ">
<OPTION>Voiture
<OPTION>Camion
<OPTION>Remorque
<OPTION>Utilitaire
</SELECT>
</p>
<p>
<b>Téléphone :</b>
<input type="text" name="telephone" value="" id="telephone" maxlength="40" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Modéle :</b>
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Type de véhicule </b>
<input type="text" name="nom" id="nom" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px "/>
</p>
<p>
<b>Couleur :</b>
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Marque :</b>
<input type="text" name="nom" id="nom" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px "/>
</p>
<p>
<b> <strong>Kilométrage </strong> :</b>
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Modéle :</b>
<input type="text" name="nom" id="nom" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px "/>
</p>
<p>
<b> <strong>Date de fabrication</strong> :</b>
<input type="text" name="titre" value="" id="titre" maxlength="30" style="-webkit-border-radius : 3px 3px 3px 3px " />
</p>
<p>
<b>Photo:<input type="file" /></b>
</p>
<p>
<b>Texte :</b>
<textarea name="textarea" cols="70" rows="10" style="-webkit-border-radius : 10px 10px 10px 10px "></textarea>
</p>
<p>
<input type="submit" value="Publier" name="publier" width="200px" /><input type="reset" value="Annuler" name="annuler" width="100px" />
</form>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<span style="font-weight: bold;"><a href="http://www.Voiture-Volée.Fr" target="_blank">www.Voiture-Volée.Fr</a> est une propriété du groupe American International Company for Cars and Motos .</span><br>
<span style="font-weight: bold;">Pour tout Contact : <a href="mailto:Arevalis@Gmail.com">Arevalis@Gmail.com</a> </span> <br>
</body></html>