Note that there are some explanatory texts on larger screens.

plurals
  1. POPOST Empty Error
    primarykey
    data
    text
    <p>Its my password change page.</p> <p>I'm trying to newpass,oldpass,newpasstwo get and change. But.. all posts giving null. Sorry for bad english, why i cant get this posts?</p> <pre><code> &lt;form action="index.php?bolum=panel&amp;secenek=sifredegistir" autocomplete="off" method="post"&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;Eski Şifreniz&lt;/td&gt;&lt;td&gt;:&lt;/td&gt;&lt;td&gt;&lt;input type="password" name="oldpass" id="oldpass"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Yeni Şifreniz&lt;/td&gt;&lt;td&gt;:&lt;/td&gt;&lt;td&gt;&lt;input type="password" name="newpass" id="newpass"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Yeni Şifreniz &lt;i&gt;(tekrar)&lt;/i&gt;&lt;/td&gt;&lt;td&gt;:&lt;/td&gt;&lt;td&gt;&lt;input type="password" id="newpasstwo" name="newpasstwo"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input class="px150" type="submit" value="Şifremi Değiştir"&gt;&lt;/td&gt; &lt;/table&gt; &lt;/form&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;?php } elseif ($_GET['secenek'] == "sifredegistir") { $accname = strip_tags($_SESSION['muyuser']); $oldpass = $_POST['oldpass']; $newpass = $_POST['newpass']; $newpasstwo = $_POST['newpasstwo']; $sifre = mysql_query("SELECT * FROM users WHERE username='$accname' AND user_password='$oldpass'"); $sifredogrula = mysql_num_rows($sifre); if(empty($oldpass) || empty($newpasstwo) || empty($newpass)) { echo '&lt;div align="center"&gt;&lt;b&gt;Lütfen tüm alanları doldurun!&lt;/b&gt;&lt;/div&gt;'; } elseif ($sifredogrula &lt; 1) { echo $accname; echo $oldpass; echo newpass; echo newpasstwo; echo '&lt;div align="center"&gt;&lt;b&gt;Bilgileriniz yanlış, lütfen dikkatli doldurun.&lt;/b&gt;&lt;/div&gt;'; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload