parse error on core.php

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    parse error on core.php

    can sumone help me bout this

    Parse error: syntax error, unexpected $end in /home/*****/*****/*****/htdocs/core.php on line 3079

    its on the end line of my core.php
    Last edited by subzero; 23.11.09, 08:59.

    #2
    post the code here!
    mysterio.al - programming is a functional art

    Comment


      #3
      here

      EDITED AS ANY NOOB KNOWS $END MEANS YOU HAVE NOT END A function

      function whocares()
      {

      echo "i care";

      }

      You are missing

      function whocares()
      {

      echo "i care";


      -------------

      There is no } there

      Please look at subzero links with notepad ++ to find your errors

      Get most hidden WapMasterz tool
      NotePad ++ DownLoad For Free!!



      Enjoy!

      EDITED BY THE SUBZERO!
      Last edited by subzero; 23.11.09, 08:51. Reason: See this how we know.....

      Comment


        #4
        Your missing }

        in line 3079
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment

        Working...
        X