[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've achieved that I'm assuming that I simply use an
INSERT
command but need to achieve the first step first of calling the data
up...
[/snip]

Have you looked at any of the tutorials yet? A basic tutorial you will
be able to walk through in about an hour. You would want to use an
UPDATE for edited items, INSERT is for new items.

http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.
html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to