Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. luxion
    3. Post
    L

    luxion

    @luxion

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 6
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    6
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da luxion

    • RE: Problemini mysql

      ti posso assicurare che esiste O.O

      postato in Coding
      L
      luxion
    • RE: Problemini mysql

      si.. ma ora mi appare

      Unknown column 'nome' in 'where clause'

      postato in Coding
      L
      luxion
    • RE: Problemini mysql

      il problema è che io scrivo giusto.. nome = '$adminuser1'

      postato in Coding
      L
      luxion
    • RE: Problemini mysql

      Raga gli apici non c'entrano niente.... deve essere qualche altro probl...

      postato in Coding
      L
      luxion
    • RE: Problemini mysql

      Ho provato ma non si risolve niente 😞

      postato in Coding
      L
      luxion
    • Problemini mysql

      Sto diventando :arrabbiato:

      Allora... qualcuno può spiegarmi perche quando scrivo questo codice
      [PHP]$controllo_username=mysql_query("SELECT * FROM $table WHERE 'nome'=$adminuser1 AND 'indirizzo'=$indirizzo1") or die(mysql_error());
      $get_username=@mysql_fetch_array($controllo_username);
      $esistente=$get_username[nome];
      if($username==$esistente){
      echo "L'username per admin o indirizzo web gia' in uso <a href=javascript:history.back()>Indietro</a>";
      }[/PHP]

      faccio dei test con lo stesso username, inserisco asder..
      ho usato mysql_error() per vedere dov'e l'errore.. e mi dice

      Unknown column 'asder' in 'where clause'
      

      Potete aiutarmi pls?? grazie!!

      postato in Coding
      L
      luxion