Re: [PHP] Retrieving Data To Edit

2004-07-09 Thread Harlequin
Yes and thanks very much for the post. I've been trying to use some of the examples on that site but just can't seem to get it to work right. I've posted a reply to my own thread "below" I'd really appreciate any input you can provide. -- - Michael Mason Arras Peopl

RE: [PHP] Retrieving Data To Edit

2004-07-09 Thread Jay Blanchard
[snip] This is really confusing and I'm sure very simple to achieve. I already have values selected that I want to open and edit: $sql = "SELECT * FROM RegisteredMembers WHERE UserID='$_POST[TXT_UserID]'"; I basically want to recall these values on screen for the user to edit themselves. Once I'

Re: [PHP] Retrieving Data To Edit

2004-07-09 Thread André Ventura Lemos
Just put a with the value="" bits having the values you want the user to edit. On Fri, 2004-07-09 at 14:39, Harlequin wrote: > This is really confusing and I'm sure very simple to achieve. > > I already have values selected that I want to open and edit: > > $sql = "SELECT * FROM RegisteredMemb

[PHP] Retrieving Data To Edit

2004-07-09 Thread Harlequin
This is really confusing and I'm sure very simple to achieve. I already have values selected that I want to open and edit: $sql = "SELECT * FROM RegisteredMembers WHERE UserID='$_POST[TXT_UserID]'"; I basically want to recall these values on screen for the user to edit themselves. Once I've achi