facil... quiero redirigir a una web:
Código PHP:
Ver original<!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>Documento sin título</title>
<?php
$link = $_GET['link'];
$matricula = $_GET['matricula'];
$update1 = "UPDATE peliculas SET visitas=visitas+1 WHERE matricula='$matricula'";
$link = $_GET['link'];
$matricula = $_GET['matricula'];
$update1 = "UPDATE peliculas SET visitas=visitas+1 WHERE matricula='$matricula'";
$update;
?>
pero me sale un famosos error: Warning: Cannot modify header information - headers already sent by (output started at /homepages/blablabla
ya he mirado de no tener espacios en blanco y demás.. pero bueno... he puesto TODO el código para que no queden cabos sueltos...
alguna idea¿¿¿ gracias de antemano