Forum Moderators: coopster
I am getting some weird results, you explanation and help is appreciated.
If I run this script everything is perfect - http://www.example.com/selection/template.php?cro_no=226
If I create a new php scripts called aa.php with just the below, the results show exactly the same as above except with an additional blank line at the top, WHY? PLEASE HELP!
<?php
@include("http://www.example.com/selection/template.php?cro_no=226");
?>
I don't understand why I am getting a blank linke, any idea please.
The other thing is some of my other scripts where everything is identical to aa.php except for cro_no it works ok.
Please help.
[edited by: eelixduppy at 6:37 pm (utc) on Dec. 2, 2007]
[edit reason] example.com [/edit]