HighDots Forums  

php mysql probem MX: Cannot modify header information

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss php mysql probem MX: Cannot modify header information in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
nosy
 
Posts: n/a

Default php mysql probem MX: Cannot modify header information - 11-29-2004 , 08:54 AM






Hi,
suddenly I find myself with the error message
in the "delete" server bahaviour.

it seems to originate from this:
.... snip
$deleteGoTo = "show.php";
if (isset($HTTP_SERVER_VARS['QUERY_STRING'])) {
$deleteGoTo .= (strpos($deleteGoTo, '?')) ? "&" : "?";
$deleteGoTo .= $HTTP_SERVER_VARS['QUERY_STRING'];
}
header(sprintf("Location: %s", $deleteGoTo));
.....snip

I once had found out the problem but for godknowswhynot I cannot figure
out waht it was. BTW I use DW MX (you can see thei from the old php syntax)

Any clue?
thank you

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.