#1• Cuando utilizo la "header Location" de PHP a volver a dirigir a una imagen, como la posición de botón de uno top sites, la publicidad del miarroba paran el "header"... |
#2• La publicidad de mi@ se mete al final de la página, por lo que si metes un header(location); en el código este se llama antes que la publicidad, por lo que no deberías tener problemas. |
#3• no está de esa manera... cuando usted puso un código del HTML en un php que tiene una "header location", ese header no se ejecuta... |
#4• Codigo: <? include "mysql.php"; // -- script que hace $texto -- // // -- no diferenciará ningún aquí -- // /* header ("Content-type: image/png" $im = imagecreatefromjpeg ("botao.jpg" $text_color_1 = imagecolorresolvealpha ($im, 0, 0, 128, 70); $text_color_2 = imagecolorallocate ($im, 0, 0, 128); $text_color_3 = imagecolorallocate ($im, 255, 255, 0); //imagettftext ($im, 20, 0, -6, 31, $text_color_1, "fonte.ttf", $texto); imagettftext ($im, 12, 0, 3, 29, $text_color_2, "fonte.ttf", $texto); imagettftext ($im, 12, 0, 2, 28, $text_color_2, "fonte.ttf", $texto); imagettftext ($im, 12, 0, 2, 30, $text_color_2, "fonte.ttf", $texto); imagettftext ($im, 12, 0, 1, 29, $text_color_2, "fonte.ttf", $texto); imagettftext ($im, 12, 0, 2, 29, $text_color_3, "fonte.ttf", $texto); imagepng ($im); */ header ("Location: top/botoes/".$texto.".png" ?> en el principio, fue proyectado para utilizar la biblioteca de GD, pero no tenemos una aquí... |
#5• Pero creo que haces mal uso de header, pues hay salida en forma de espacios... usa si eso al inicio ob_strat para que no muestre salida y a ver si te funciona. |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares |
No se han encontrado temas similares |