Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/08/2010, 12:18
Avatar de luzzifer
luzzifer
 
Fecha de Ingreso: julio-2009
Ubicación: Paraná - Argentina
Mensajes: 169
Antigüedad: 14 años, 9 meses
Puntos: 3
Ayuda conectar a la bd

Denuvo por aca, necesito que este codigo que espongo acontinuacion se conecte a 2 areas de mi base de datos, precisamente 2 tablas, esto se podia hacer pero no me acuerdo cual era el codigo. El codigo esta en html pero es para un juego en el cual tambien se ejecutan los html.
Código HTML:
<html>
<body>
<center>
<font color="66cc00">Rankin .::L2odix::.</font><br>
<center><img src="L2UI.SquareWhite" width=260 height=1></center><br>
<center><table width=150>
<tr>
	<td><center>
		<button value="TOP PK" action="bypass -h Quest 50300_PKlist 1" width=75 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
	</center></td>
</tr>
<tr>
	<td><center>
		<button value="TOP PvP" action="bypass -h Quest 50300_PKlist 2" width=75 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
	</center></td>
</tr>
</center></table>
<br>
<center><img src="L2UI.SquareWhite" width=260 height=1></center>
<center>
<img src=Sek.start_logo width=256 height=256 align=right>
</center>
</body>
</html>