asmith Posted January 4, 2008 Share Posted January 4, 2008 guys one of my codes echo one space , and i can't find where it is , i have header error : Warning: Cannot modify header information - headers already sent by (output started at G:\HTML\file.asp:388) in G:\HTML\page.asp on line 221 i copied exactly the page , as you see there's one space above the warning line . line 388 is the last line in file.asp . it begin with <?php and ends with ?> . i don't know where this space is ! Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/ Share on other sites More sharing options...
Ken2k7 Posted January 4, 2008 Share Posted January 4, 2008 guys one of my codes echo one space , and i can't find where it is , i have header error : Warning: Cannot modify header information - headers already sent by (output started at G:\HTML\file.asp:388) in G:\HTML\page.asp on line 221 i copied exactly the page , as you see there's one space above the warning line . line 388 is the last line in file.asp . it begin with <?php and ends with ?> . i don't know where this space is ! Can we get the code? Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430269 Share on other sites More sharing options...
redarrow Posted January 4, 2008 Share Posted January 4, 2008 post the code then Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430271 Share on other sites More sharing options...
asmith Posted January 4, 2008 Author Share Posted January 4, 2008 got no problem to show you the code , but if i find it by myself that'll be sweet for me . any tip to search for what in the script ? (i got no echos too .) (i'll try my best , if i didn't succeed i'll paste the code here , thanks for th time) Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430279 Share on other sites More sharing options...
rajivgonsalves Posted January 4, 2008 Share Posted January 4, 2008 what exactly is at file.asp line 388 can you post that line ? Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430285 Share on other sites More sharing options...
asmith Posted January 4, 2008 Author Share Posted January 4, 2008 found it , you asked what is exactly line 388 , line 388 is ?> , where script ends . i was going to copy it whole , the when i selected the ?> i saw the blue area !! lol it was " ?> " spaces after php tag , don't know where did they came from !! thanks rajiv for askin about line 388 Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430296 Share on other sites More sharing options...
rajivgonsalves Posted January 4, 2008 Share Posted January 4, 2008 Always welcome Link to comment https://forums.phpfreaks.com/topic/84458-solved-cant-find-the-space-grrr/#findComment-430297 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.