Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/06/2014, 17:49
c_rubio_acevedo
 
Fecha de Ingreso: junio-2014
Mensajes: 14
Antigüedad: 9 años, 10 meses
Puntos: 0
Respuesta: Al grabar con sesiones distintas me guarda el mismo consecutivo

el sesion star , esta en archivo conexiontribunal.php

<?php if (!isset($_SESSION)) {
session_start();
}?>
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_conexiontribunal = "localhost";
$database_conexiontribunal = "tribprueba";
$username_conexiontribunal = "root";
$password_conexiontribunal = "root";
$conexiontribunal = mysql_pconnect($hostname_conexiontribunal, $username_conexiontribunal, $password_conexiontribunal) or trigger_error(mysql_error(),E_USER_ERROR);
?>
<?php
include("includes/funciones.php");
?>