<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=54875" target="_blank">https://vborg.vbsupport.ru/showt...threadid=54875</a>
just in case it may save you creating an interface from the ground.
if you are determined to stick with your own code, try to put:
$password = $HTTP_POST_VARS['password'];
at the begining of your post. It is probably a register_globals issue.
|