Amigos yo tengo este codigo en mi web look.php:
Código PHP:
<body style="background-color: transparent;">
<?PHP include("config.php"); ?>
<table border="0" cellspacing="0" cellpadding="0" width="420">
<FORM method=post name=regform action=look_user.php>
<tr>
<td>
<p align="center" style="margin-top: 0; margin-bottom: 0"> </p>
<div align="center
................
Resulta q alguien por alli hace esto index.html?
Código PHP:
<div align="center">
<table cellSpacing="0" cellPadding="0" width="420" border="0">
<form name="regform" method="post" action="http://xxx.myhost.com/look_user.php">
</form>
<tr>
<td>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="center"> </p>
<div align="center
............................
vieron el
action=???
Osea creo un index.html y hace todo esto para evitarse entrar a la pagina principal y ganara tiempo para ver unos datos, pero algo se tiene q hacer para evitar esto.
Ayudenme la modificacion tengo q hacer en el look_user.php para q me procese los datos desde mi look.php y no desde el index.html q alguien lo creo.
Espero q me hayan entendido, Gracias