Jump to content

Sedushi

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by Sedushi

  1. Well I think it's because you don't have a return after the closing ?> tag.

     

    Heres an example of what I mean:

     

    <html>
    
        <head>
    
            <title>Test</title>
    
        </head>
    
        <body>
    
            <?php
                echo "<p>Hello ";
            ?> < -- press enter on this line.
            World!</p>
    
        </body>
    
    </html>
    

     

    I'm not really sure why it does that but that should fix it.

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