kostenloser Webspace werbefrei: lima-city


Daten werden nicht in DB eingefügt?

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    krisi12345

    Kostenloser Webspace von krisi12345

    krisi12345 hat kostenlosen Webspace.

    Ich habe einen PHP Code der daten aus Sessions in eine Tabelle schreiben soll:
    <?php
    	session_start();
    	
    	if ($_SESSION["status"] == 1) {
    		$ip = "dds"; 
    		
    		mysql_connect("mysql.lima-city.de", "benutzer", "passwort");
    		mysql_select_db("db_159635_2");
    		
    		mysql_query("INSERT INTO umfragen (ip, title, beschreibung, antwort1, antwort2, antwort3, antwort4, antwort5, antwort6, antwort7, antwort8, antwort9, antwort10, size, backgroundcolor, bordercolor, fontcolor, linkcolor)
    		VALUES ('" . $ip . ", " . $_SESSION['titel'] . "', '" . $_SESSION['beschreibung'] . "', '" . $_SESSION['antwort1'] . "', '" . $_SESSION['antwort2'] . "', '" . $_SESSION['antwort3'] . "', '" . $_SESSION['antwort4'] . "', '" . $_SESSION['antwort5'] . "', '" . $_SESSION['antwort6'] . "', '" . $_SESSION['antwort7'] . "', '" . $_SESSION['antwort8'] . "', '" . $_SESSION['antwort9'] . "', '" . $_SESSION['antwort10'] . "', '" . $_SESSION['size'] . "', '" . $_SESSION['backgroundcolor'] . "', '" . $_SESSION['bordercolor'] . "', '" . $_SESSION['fontcolor'] . "', '" . $_SESSION['linkcolor'] . "')");
    	}
    	else {
    		header('Location: http://'.$_SERVER['HTTP_HOST'].(dirname($_SERVER['PHP_SELF']) == '/' ? '' : dirname($_SERVER['PHP_SELF'])).'/index.php');
    	}
    ?>

    Leider taucht dann nix in PHPMyAdmin auf.
    Vieleicht finde ich das Problem auch einfach nicht weil der Code so unübersichtlicht ist.
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. a************n

    hey probier es mal so....
    ist die session status uberhaupt 1??
    bzw. bekommst du jetzt eine fehlermeldung?


    //EDIT::du hattest bei den ersten zwei werten ein ' vergessen (beim 1. am schluss, beim 2. am anfang)

    <?php
    session_start();
    if ($_SESSION["status"] == 1) {
    	$ip = "dds"; 
    	mysql_connect("mysql.lima-city.de", "benutzer", "passwort");
    	mysql_select_db("db_159635_2");
    
    	mysql_query("INSERT INTO `umfragen` (`ip`, `title`, `beschreibung`, `antwort1`, `antwort2`, `antwort3`, `antwort4`, `antwort5`, `antwort6`, `antwort7`, `antwort8`, `antwort9`, `antwort10`, `size`, `backgroundcolor`, `bordercolor`, `fontcolor`, `linkcolor`)".
    				"VALUES ('" . $ip . "', '" . $_SESSION['titel'] . "', '" . $_SESSION['beschreibung'] . "', '" . $_SESSION['antwort1'] . "', '" . $_SESSION['antwort2'] . "', '" . $_SESSION['antwort3'] . "', '" . $_SESSION['antwort4'] . "', '" . $_SESSION['antwort5'] . "', '" . $_SESSION['antwort6'] . "', '" . $_SESSION['antwort7'] . "', '" . $_SESSION['antwort8'] . "', '" . $_SESSION['antwort9'] . "', '" . $_SESSION['antwort10'] . "', '" . $_SESSION['size'] . "', '" . $_SESSION['backgroundcolor'] . "', '" . $_SESSION['bordercolor'] . "', '" . $_SESSION['fontcolor'] . "', '" . $_SESSION['linkcolor'] . "')")or die(mysql_error());
    }
    else {
    	header('Location: http://'.$_SERVER['HTTP_HOST'].(dirname($_SERVER['PHP_SELF']) == '/' ? '' : dirname($_SERVER['PHP_SELF'])).'/index.php');
    }
    ?>



    Beitrag zuletzt geändert: 13.12.2009 12:49:37 von andre-morillon
  4. Autor dieses Themas

    krisi12345

    Kostenloser Webspace von krisi12345

    krisi12345 hat kostenlosen Webspace.

    Endlich!
    Es war ein nur ein Buchstabe den Ich falsch geschrieben habe:
    statt titel habe ich title geschrieben.
    Danke für eure Hilfe

    Beitrag zuletzt geändert: 13.12.2009 20:11:54 von krisi12345
  5. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!