unexpected $end

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Bradley-Robbins

    unexpected $end

    OK, what the heck does that mean? all the rest of my code is right, but I
    get a parse error saying unexpected $end. What gives?


  • Philip Ronan

    #2
    Re: unexpected $end

    Michael Bradley-Robbins wrote:
    [color=blue]
    > OK, what the heck does that mean? all the rest of my code is right, but I
    > get a parse error saying unexpected $end. What gives?[/color]

    All the rest of your code is right, apart from the bit that contains the
    error.

    --
    phil [dot] ronan @ virgin [dot] net



    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: unexpected $end

      Michael Bradley-Robbins wrote:[color=blue]
      > OK, what the heck does that mean? all the rest of my code is right,[/color]
      but I[color=blue]
      > get a parse error saying unexpected $end. What gives?[/color]




      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      • John Sjouken

        #4
        Re: unexpected $end

        Look for a "{" which isn't closed

        "Michael Bradley-Robbins" <michael@bradle y-robbins.net> wrote in message
        news:11641ee23e lgl7f@corp.supe rnews.com...[color=blue]
        > OK, what the heck does that mean? all the rest of my code is right, but I
        > get a parse error saying unexpected $end. What gives?
        >
        >[/color]


        Comment

        • Michael Bradley-Robbins

          #5
          Re: unexpected $end

          thanks, i fixed it. dadgum function...
          "Michael Bradley-Robbins" <michael@bradle y-robbins.net> wrote in message
          news:11641ee23e lgl7f@corp.supe rnews.com...[color=blue]
          > OK, what the heck does that mean? all the rest of my code is right, but I
          > get a parse error saying unexpected $end. What gives?
          >[/color]


          Comment

          Working...