Jump to content

Recommended Posts

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

When I enter a row nothing is echoed. I also tried the email which is featured in the array.

 

Is their else that could be wrong. I cam get the code to work when I manually enter an id, now I just need to read the id of the user.

I've been a right plonker. Instead of gathering the information from a post array I should have been gathering it from the session.

 

Nothing else can be said than I was completely wrong. I just couldn't see the wood for the trees.

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.

Edited by Andy123
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • 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.