Bonjour à toutes et tous.
Quelqu'un pourrait il m'orienter un peu dans ma recherche d'un logiciel type MS autoroute mais en free et sur linux ?
Merci d'avance.
Forum général.cherche-logiciel Cartes et préparation de voyages
13
nov.
2005
//connexion à Mysql
if (!mysql_select_db($_POST['bdd'],mysql_connect($_POST['hote'], $_POST['identifiant'], $_POST['password'])))
{
echo "Impossible se se connecter à MySQL, vérifiez les informations.";
exit();
}
$result = mysql_query("CREATE TABLE IF NOT EXISTS `".$_POST['prefixe']."vsujet` ( `pseudo` varchar(20) NOT NULL default '') TYPE=MyISAM;";);