Jump to content

[SOLVED] header output


jamesbond110

Recommended Posts

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?php setcookie("band", "sugarcult", time()+3600);?><html xmlns="http://www.w3.org/1999/xhtml">

<head>

 

the cookie is set but i still get the error

 

i've changed all echos to print and all includes to require... still can't get it

 

im using the cookie variable for:

 

<?php

print '<object type="application/x-shockwave-flash" data="player/player_mp3_mini.swf" width="200" height="20">

<param name="movie" value="player/player_mp3_mini.swf" />

<param name="bgcolor" value="000000" />

<param name="FlashVars" value="mp3=player/songs/' . $_COOKIE["band"] . '.mp3" />

</object>'

?>

Link to comment
https://forums.phpfreaks.com/topic/110490-solved-header-output/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.