Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2017, 08:00
alvaro_trewhela
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Insertar Registro mediante un modal

Si te refieres a poner el php en el formulario simplemente pon el php en el formulario y en el action lo dejas en blanco o haces esto

Código PHP:
Ver original
  1. action="<?php $link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://".$_SERVER[HTTP_HOST].$_SERVER[REQUEST_URI]; echo $link; ?>"