Ok,,,
1) how do I find line 515, are comment lines counted as lines?
2) see below
Common Cause:
This warning is often caused by a blank space or extra line at the beginning or end of a .php file.
Check the error for the filename that generated the error (ie: the "output started at...." filename), open that file in your text editor and remove the extra spaces or lines immediately before the first <?php marks in the file, or after the closing ?>
the fedex code has no ?> anywhere in the code
and then there's ,,
Remember, if your language is in UTF8, then you MUST encode the file as "UTF8-without-BOM", else the BOM (byte-order-mark, an invisible character at the beginning of the file) will cause this same headers-already-sent error.
I save in either wordpad or notepad


Reply With Quote
