Jump to content

[SOLVED] can't find the space grrr


asmith

Recommended Posts

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

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?

::)  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 :D

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.