Jump to content

marcus1060

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by marcus1060

  1. [!--quoteo(post=324173:date=Dec 3 2005, 09:57 AM:name=virtual_odin)--][div class=\'quotetop\']QUOTE(virtual_odin @ Dec 3 2005, 09:57 AM) 324173[/snapback][/div][div class=\'quotemain\'][!--quotec--]

    Another xxx.php page displays correctly, yes?

     

    Could it be that some of your global options are getting in the way? run PHP() and look at magic_quotes_gpc. I have just run up a test page and it works fine on my set up. magic_quotes ar off in my set up.

     

    Also, try dropping the quotes and the \n and just echo the variable.

    Another xxx.php page displays correctly, yes?: yes

     

    magic_quotes_gpc:

    Had em on didn't work, had em off didn't work.

     

    [a href=\"http://noveis.net/?page=php\" target=\"_blank\"]http://noveis.net/?page=php[/a] to see my php()

     

    [a href=\"http://noveis.net/\" target=\"_blank\"]http://noveis.net/[/a] and view the source you'll see some php in the top article.

     

    removing ."\n": no dice

  2. [!--quoteo(post=322412:date=Nov 27 2005, 03:34 AM:name=virtual_odin)--][div class=\'quotetop\']QUOTE(virtual_odin @ Nov 27 2005, 03:34 AM) 322412[/snapback][/div][div class=\'quotemain\'][!--quotec--]

    Show us your code. Immediate thoughts:

    Have you started with <?php ?

    Is the page name xxx.php ?

    Have you sent headers?

     

    <?php: yes

    xxx.php: yes

    headers: no

     

    The data is taken from mysql into a variable,

    and then echoed:

    echo "\n $summary";

     

    I'm thinking the echo is the problem...

×
×
  • 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.