ziedinjsh Posted April 2, 2010 Report Share Posted April 2, 2010 (edited) šeit ir myprofile.php atrodoties sadaļa mans profils.. tur ir divas formas.. viena kas update lietotāja infomāciju un otra kas saglabā avataru. update $query = mysql_query("UPDATE users SET username='$username',email='$email',password='$password',location='$location',genre='$genre' WHERE email = '{$_SESSION['email']}'"); galā ir WHERE email = '{$_SESSION['email']}' lai zin kuram lietotājam updatot profilu.. kā lai es to panāku šeit? $query = mysql_query("INSERT INTO users (avatar) VALUES ($avatar)"); augšupielādējot bildi lai pievieno šim userim WHERE email = '{$_SESSION['email']}' ? tagadkad ir šādi $query = mysql_query("INSERT INTO users (avatar) VAKUES ($avatar)"); tad viņš pievieno jaunu uzseri.. bez vārda,e-pasta, paroles, utt bet tikai ar avataru.. Kā izdarīt lai viņš avataru pievieno tam kurš viņu augšupielādē? Edited April 2, 2010 by ziedinjsh Quote Link to comment Share on other sites More sharing options...
kraistaps Posted April 2, 2010 Report Share Posted April 2, 2010 Lai pievienotu / nomainītu attiecīgām lietotājam avataru, vai kādu citu info tabulā, jālieto UPDATE. Saproti, ka tabulā ir daudzi useri, tātad vaig norādīt tieši kādu. Tātad tākā tavā variantā autentiska informācija ir ēpasts, tad arī pēc tā nosaka, kurš ierkasts tabulā tiks mainīts ar WHERE ēpasts kautkāds. Tu centies to darīt ar INSERT, INSERT tik ievieto jaunu ierakstu tabulā, tas neder. Quote Link to comment Share on other sites More sharing options...
ziedinjsh Posted April 2, 2010 Author Report Share Posted April 2, 2010 ak jā.. :) Paldies! Quote Link to comment Share on other sites More sharing options...
Kemito Posted April 2, 2010 Report Share Posted April 2, 2010 $query = mysql_query("INSERT INTO users (avatar) VAKUES ($avatar)"); ĪPAŠI PATĪK VĀRDS - VAKUES :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.