is there something wrong i with calling session start?
someonte told me it was better to take this code out
$dbcnx = mysql_connect("localhost", "selex", "seguridad911");
mysql_select_db("selex", $dbcnx);
place it on its own file and, call it connection.php and then at the top of each page where i will need to connect to the database, add an include. For example
include("../connection.php");