示例#1
0
//mod_usuario();
?>
<html>
<head> 
 <style type="text/css">
    body{
	background-color: #444;
}

.vertical-offset-100{
    padding-top:100px;
}</style>
<meta charset="utf-8"> 

<?php 
echo headBS();
?>
 </head>
  <body background="./img/IndexWallpaper.jpg">
 <?php 
session_start();
?>

<div class="container">
    <div class="row vertical-offset-100">
    	<div class="col-md-4 col-md-offset-4">
    		<div class="panel panel-default">
			  	<div class="panel-heading">
			    	<h3 class="panel-title"><center><b>Math Dice</b></center></h3>
			 	</div>
			  	<div class="panel-body">
示例#2
0
echo '<div id="usern" name="' . $_GET['nombre'] . '" style="display: none;"></div>';
$test = $db1->getDatos($_GET['nombre'])[1];
echo $test;
$datos_Jugador = new Jugador($db1->getDatos($_GET['nombre'])[1], $db1->getDatos($_GET['nombre'])[3], $_GET['idioma'], $_GET['modo'], $db1->getDatos($_GET['nombre'])[5]);
//echo $datos_Jugador->getNombre();
$_SESSION['jugador'] = $datos_Jugador;
?>
<html>
  <link rel="stylesheet" type="text/css" href="./css/junior.css">
<?php 
$idioma = $datos_Jugador->getIdioma();
include './lib/menu.php';
?>
<head>
  <?php 
headBS();
$puntos;
?>
</head>
<body>
  <script type="text/javascript" src="./js/juego.js"></script>
   

<nav class="navbar navbar-inverse">
  <div class="container-fluid">
    <div class="navbar-header">
      <a class="navbar-brand" href="#"><?php 
echo $tit;
?>
</a> <!-- Muestra el titulo del juego-->
    </div>