Prøv og ret :
$site','$still','$img')");
Til :
$site','$still','$FILES[\'img\']')");
Nu fucker det helt op..
nu kommer der flere svar..
- <?php
- include("include/database/database.php");
-
- //Infomation
- $fejl = "";
- $brugernavn = $_POST["brugernavn"];
- $password = $_POST["password"];
- $gentag = $_POST["gentag"];
- $facebook = $_POST["facebook"];
- $soundcloud = $_POST["soundcloud"];
- $land = $_POST["land"];
- $profiltekst = $_POST["profiltekst"];
- $djnavn = $_POST["djnavn"];
- $email = $_POST["email"];
- $site = $_POST["site"];
- $still = $_POST["still"];
- $img = $_FILES['\img\'];
-
-
- $errorC = 0;
-
- if($brugernavn == ""){
- echo "Husk at sat brugernavn på.<br />";
- $errorC++;
- }
- if($password == ""){
- echo "Husk at sat password.<br />";
- $errorC++;
- }
- if($gentag == "" || $gentag != $password){
- echo "Gentag Password og Password passer ikke sammen<br />";
- $errorC++;
- }
- include("include/database/database.php");
-
- if($errorC == 0)
- {
- if(isset($_FILES['img'])){
-
- echo $_FILES['img']['tmp_name'];
-
- }
-
- $password = sha1($password);
- $insert = mysql_query("INSERT INTO brugere (brugernavn,password,facebook,soundcloud,land,profiltekst,djnavn,email,site,still,img) VALUES ('$brugernavn','$password','$facebook','$soundcloud','$land','$profiltekst','$djnavn','$email','$site','$still','$_FILES['\img\']')");
-
- if(!$insert)
- echo "Der skete en fejl. Prøv igen. <a href=\"javascript:history.back(-1)\">Tilbage</a><br>";
- else
- echo "Brugeren blev oprettet. <a href=\"index.php\">Forside</a><br>";
- }
- ?>
det her er jeg kommet frem
- <?php
- include("include/database/database.php");
-
- //Infomation
- $fejl = "";
- $brugernavn = $_POST["brugernavn"];
- $password = $_POST["password"];
- $gentag = $_POST["gentag"];
- $facebook = $_POST["facebook"];
- $soundcloud = $_POST["soundcloud"];
- $land = $_POST["land"];
- $profiltekst = $_POST["profiltekst"];
- $djnavn = $_POST["djnavn"];
- $email = $_POST["email"];
- $site = $_POST["site"];
- $still = $_POST["still"];
-
-
- $errorC = 0;
-
- if($brugernavn == ""){
- echo "Husk at sat brugernavn på.<br />";
- $errorC++;
- }
- if($password == ""){
- echo "Husk at sat password.<br />";
- $errorC++;
- }
- if($gentag == "" || $gentag != $password){
- echo "Gentag Password og Password passer ikke sammen<br />";
- $errorC++;
- }
- include("include/database/database.php");
-
- if($errorC == 0)
- {
- if(isset($_FILES['img'])){
-
- echo $_FILES['img']['tmp_name'];
-
- }
-
- $password = sha1($password);
- $insert = mysql_query("INSERT INTO brugere (brugernavn,password,facebook,soundcloud,land,profiltekst,djnavn,email,site,still,img) VALUES ('$brugernavn','$password','$facebook','$soundcloud','$land','$profiltekst','$djnavn','$email','$site','$still','$img')");
-
- if(!$insert)
- echo "Der skete en fejl. Prøv igen. <a href=\"javascript:history.back(-1)\">Tilbage</a><br>";
- else
- echo "Brugeren blev oprettet. <a href=\"index.php\">Forside</a><br>";
- }
- ?>
Der siger den der er fejl på 44
Indlæg senest redigeret d. 19.01.2012 21:55 af Bruger #16353