OK. So here we have on the submission form: <input type="hidden" value="$_SESSION['logname']" name="Hidden">
It echoes fine, so I know it's there. When I go to the target page it echoes fine there also and doesn't return an error. But more strangely, it doesn't perform the update I request: $UserDataDump = "UPDATE MembersData SET Title='$Title'...) WHERE UserID='$_POST[Hidden]'"; What's missing...? No error, no update...? No caffiene...! Help...! Oh - is OK, I have my Nicotine :) -- ----------------------------- Michael Mason Arras People www.arraspeople.co.uk ----------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php