Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/10/2014, 07:25
andcarpereira
 
Fecha de Ingreso: septiembre-2014
Mensajes: 11
Antigüedad: 9 años, 7 meses
Puntos: 0
Respuesta: Html con php no me funciona

Estimado pateketrueke:
Si le dejo la instruccion en el access, si me pide guardar o abrir cuando ejecuto el html, sin el include.
Como que no funciona el codigo en el htaccess.

Estimado GatorV.
El proveedor de hosting me dice que esta todo bien.
Tambien le puse al htaccess esto y tampoco me funciono :

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>


TAN DIFICIL ES EJECUTAR UN PHP DESDE HTML ??
==================================
LO QUE PROBE ES PONERLO EN UN "FORM" Y FUNCIONA, PERO NO QUIERO QUE APAREZCA EL BOTON ENVIAR,
YO QUIERO QUE SE EJECUTE SOLAMENTE.

Muchas gracias a los dos, son muy amables al contestar mis consultas.
Saludos.
Andrea.