![]() |
Ultimas Noticias del sector del transporte por carretera de ámbito regional, nacional e internacional |
![]() |
| Fetransa | ||
| Ministerio de Fomento | ||
| Información Meteorológica | ||
| Dirección General de Tráfico | ||
| Seguridad Social | ||
| Gobierno de Cantabria | ||
|
";
$contador=0;
require_once("configuracion/basededatos.php");
$conexion=mysql_connect($host,$user,$password) or die("Error: " . mysql_error());
mysql_select_db($db, $conexion);
$result = mysql_query("SELECT idnoticia, fecha, titulo, cuerpo, vecesvista FROM noticias ORDER BY fecha DESC, idnoticia DESC", $conexion);
while ($row = mysql_fetch_row($result))
{
$contador=$contador+1;
if($contador<=2)
{
echo " ".cambiaf_a_normal($row[1])." "; } } echo " |


