Código PHP:
Ver original<?php
$_SESSION['enlaces']=$_POST['return_enlaces'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Colabora SeriesDescarga</title>
<link rel='stylesheet' href='estilos1.css'>
<script src='..\colaboracion\jquery-1.7.2.min.js'></script>
</head>
<body>
<form class='contacto' name="formulario" action="linkinsertado3_2.php" method="post">
<?php
include ('conexion.php');
$link= Conectarse();
//Conseguimos las líneas
$urls=explode("\n",$_POST['return_enlaces'])or
die ("Error al recibir textarea");
//Conseguimos el total de las líneas
$idcapitulostotal = sizeof($urls); //echo $idcapitulostotal;
?>
<?php
for($contador=0;$contador<$idcapitulostotal;$contador++){
$idenlace=$urls[$contador];
echo "$idtemporada x $x $idenlace";
$x=$x+1;
}
?>
<input type="submit" value="Enviar" />
</form>
Como decía, en Localhost no falla, me falla solo en la web