Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: javascript php quotes

  1. #11
    Join Date
    Aug 2006
    Posts
    79
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Parse error: syntax error, unexpected ';' in /home/public_html/config.php on line X

    the line number doesnt do anything because i didnt post all of my config.

    and <?php was for the other part of the code in config.php

  2. #12
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You can't assign the result of a non-parsed block to a variable like that. Use a function as I demonstrated.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #13
    Join Date
    Aug 2006
    Posts
    79
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    heres my edited version:
    PHP Code:
            $message {
    ?> <script type="text/javascript"> 
        function openAlert() { 
          Dialog.alert(
            "<?php echo "$showDate$system_message[message]"?>",
            { 'windowParameters' : { 'className' : "alphacube" } }
          );
        }
      </script>
    <?php }
    Now i have this error:

    Parse error: syntax error, unexpected ';' in /home/public_html/header.inc.php on line X

    Note: I edited a different file

  4. #14
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    (sigh)
    Quote Originally Posted by myself
    You can't assign the result of a non-parsed block to a variable like that. Use a function as I demonstrated.
    Can't, can not, may not.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •