Gracias por contestarme, te lo agradesco, bueno las variables bienen de un formulario, el cual es el siguiente:
Código:
<form action="control.phtml" method="POST">
<table align="center" width="225" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="right">USER:</td>
<td><input type="Text" name="usuario" size="8" maxlength="50"></td>
</tr>
<tr>
<td align="right">PASSWD:</td>
<td><input type="password" name="password" size="8" maxlength="50"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="Submit" value="ENTRAR"></td>
</tr>
</table>
Ahora, disculpa pero apenas estoy comensando a entender php, pero no entendi muy bien de lo que em dices si biene de un formulario, en tal caso como seria, te agradeceria si me lo explicaras, de antemano, gracias