<div dir="ltr">hi <div>i have a probleme in this code of insertion a article</div><div>plaise i wand a solution</div><div><div><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"></div><div><html></div>
<div><head></div><div><title>UPLOADE a FILE</title></div><div></head></div><div><body></div><div><h1 class="titre" align="center"> </h1></div><div><br></div><div>
<?php</div><div> //include('connex.php');</div><div> if(isset($_POST['submit']))</div><div>  session_start();</div><div>             // $u=$_SESSION["user"];</div><div>             // echo $u;</div>
<div> $connexion=mysql_connect( "localhost","root","" )or die();</div><div>  mysql_select_db('bdconf')or die(mysql_error());  </div><div>if(isset($_FILES['fichier']))</div><div>
{</div><div>$fichier=mysql_real_escape_string(htmlentities($_FILES['fichier']['name']));</div><div>$query=mysql_query("INSERT INTO article(idart,nom_art,nomauteur,nomrevewer,fichier,critere_evaluant) VALUES('','$nom_art',$nomauteur','$nomrevewer,$fichier','$critere_evaluant')")or die(mysql_error());</div>
<div>//$query=mysql_query("INSERT INTO article(idart,nom_art) VALUES('','pdf')")or die(mysql_error());</div><div><br></div><div>if($query==true)</div><div>{ </div><div><br></div><div>move_uploaded_file($_FILES['fichier']['tmp_name'],'fichier/'.$fichier);</div>
<div><br></div><div>?></div><div><script>alert('votre fichier a correctement ete uploade');</script></div><div><?php</div><div>}else</div><div>{</div><div>}</div><div>}</div><div>?></div><div>
<script>alert('ERROR');</script></div><div><br></div><div><br></div><div><form id="maform" name="form1" method="post" action="article.php"></div><div>    <form align="center" border="1"></div>
<div><form methode="POST" action="" enctype="multipart/form-data"></div><div><input type="file" name="fichier"></div><div><input type="submit" value="Uploader"></div>
<div></body></div><div></html></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/31 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Welcome to the second release candidate for phpMyAdmin 4.0.6, a bugfix<br>
version with improvements in the navigation panel.<br>
<br>
Details will appear on <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a>. In a hurry? you can visit<br>
<a href="https://sourceforge.net/projects/phpmyadmin/files" target="_blank">https://sourceforge.net/projects/phpmyadmin/files</a> to download.<br>
<br>
Marc Delisle, for the team<br>
<br>
------------------------------------------------------------------------------<br>
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!<br>
Discover the easy way to master current and previous Microsoft technologies<br>
and advance your career. Get an incredible 1,500+ hours of step-by-step<br>
tutorial videos with LearnDevNow. Subscribe today and save!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div><br></div>