Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Errore sintassi

  1. #1

    Errore sintassi

    Ciao a tutti, qualcuno saprebbe dirmi cosa c'è di sbagliato in questo?
    Grazie
    Codice PHP:
    $_POST[xpos]= addslashes(stripslashes($_POST[xpos]));

    $_POST[ypos]= addslashes(stripslashes($_POST[ypos]));

    $query "UPDATE coord SET xpos='$_POST[xpos]',ypos='$_POST[ypos]' WHERE id='1'"

  2. #2
    ke errore ti da?

    nel frattempo io farei
    Codice PHP:
    $_POST['xpos']= addslashes(stripslashes($_POST['xpos']));

    $_POST['ypos']= addslashes(stripslashes($_POST['ypos']));

    $query "UPDATE coord SET xpos = '$_POST[xpos]', ypos = '$_POST[ypos]' WHERE id = '1'"
    http://codecanyon.net/category/all?ref=Manuelandro
    And I bet she told a million people that she'd stay in touch, Well all the little promises they dont mean much,When theres
    memories to be made

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.