Jump to content

Update Only Against Unique Id Number


justlukeyou

Recommended Posts

  • Replies 57
  • Created
  • Last Reply

Done it, wahoo.

 

Just needed this:

 

$id = $_SESSION['userID'];

 

... which is what I said in my first post within this thread:

 

As kicken wrote, $int is nothing, which will make your SQL query invalid. What you would want to do is to use $id instead, although this variable should probably be set based on a session instead of a post value. I assume you don't want users to be able to update other users' data by changing a form value. :)

 

[...]

 

Edit: Please remember to mark this thread as solved.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.