output error!!

HI!
IM NEW IN HERE.
N E WAY THIS IS MY QUESTION.

I HAVE A PHP PAGE AND AN EXTERNAL PHP SCRIPT PAGE.

I USED DA FOLLOWING CODE TO CONNECT DA EXTERNAL SCRIPT TO MY PAGE.

<?php include ("scores.php"); ?>

AND I CALLED A VARIABLE THAT IS IN DA SCRIPT INSIDE MY PAGE USING DA ECHO WORD.

NOW MY PROBLEM IS DAT WHERE EVER I PUT DA CODE

<?php include ("scores.php"); ?>

I GET AN STRING PRINTED ON MY PAGE SUCH AS ?»? EVEN IF I PUT IT IN DA HEADER SECTION OF MY MY PAGE I GET THIS AND IT COME ON DA TOP OF DA PAGE. HOW TO I GET RID OF IT??

THANKS IN ADVANCE!!

Okay, first of all, we require everyone to speak English to the best of their ability. ‘n e way’, ‘da script’ and other such grammar/spelling misconstructions are not appreciated. Second, Don’t use caps unless it’s the first letter of a sentence, or a name. Also, use appropriate punctuation.

To address your problem: Are you getting any error messages? Use debugging tips as in the link in my signature and give us a better description of your problem, like what should it output, if not for the characters you posted? What does the code for ‘scores.php’ look like?

Sponsor our Newsletter | Privacy Policy | Terms of Service