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. avanaura
    3. Post
    A

    avanaura

    @avanaura

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

    Post creati da avanaura

    • RE: Salve a tutti, mi aiutate?

      no la tabella "tabella" è un esempio. Si la connessione è giusta

      postato in Coding
      A
      avanaura
    • Salve a tutti, mi aiutate?

      Anzitutto ciao a tutti, mi chiamo marco!

      Ho un problema e non riesco a risolverlo, ho testato delle pagine su un Mysql 4.0.15 ma sul server remoto, che usa Mysql 5.0.27, mi da questo errore:

      You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 1

      questo è lo script che mi da problemi:

      <?php
      require_once('Connessione/connessioneDB.php');
      $query_Recordset1 = "SELECT * FROM tabella";
      $Recordset1 = $connessioneDB->SelectLimit($query_Recordset1) or die($connessioneDB->ErrorMsg());
      $totalRows_Recordset1 = $Recordset1->RecordCount();
      ?>

      sapreste dirmi dove può essere l'errore di Mysql? O quantomeno un consiglio.. grazie

      postato in Coding
      A
      avanaura