Para exibir os filmes, streaming em flash mesmo (pelomenos até onde percebi)

22/10/2012, 08:30
02/10/2012, 12:14
18/09/2012, 08:59
var_dump($numeros);
array(1) { [0]=> array(2) { [0]=> string(6) "294353" [1]=> string(7) "0213387" } }
$recuperado = $numeros[0][0]
16/03/2012, 00:30
<?php include('conn/conn.php'); mysql_select_db($basedados, $conn); $resultado = mysql_query("SELECT * FROM noticias ORDER BY n_id DESC") or die(mysql_error()); while($linha = mysql_fetch_array($resultado)) { echo "<h1>".$linha['n_titulo']."</h1>"; echo "<br />"; echo "<p>".$linha['n_texto']." <img src='".$linha['n_img']."' alt='' align='left' /> "."</p>"; echo "<br />"; } mysql_close($conn); ?>
23/01/2012, 12:06
Community Forum Software by IP.Board
Licensed to: Webmasters Online