Results 1 to 2 of 2

Thread: Parse error: syntax error, unexpected ';', expecting T_STRING in...

  1. #1
    Join Date
    Feb 2012
    Posts
    9

    Parse error: syntax error, unexpected ';', expecting T_STRING in...

    This is the error when I try to run this simple php script
    webscr.php is just this
    <?php
    var_dump($_POST);
    ?>

    It says I have an error in line 9
    There is no line 9
    I get this when I run it locally with Dreamweaver
    {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
    {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
    {\colortbl;\red255\green255\blue255;}
    \margl1440\margr1440\vieww10800\viewh8400\viewkind0
    \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatur al

    \f0\fs24 \cf0 <?php\
    var_dump($_POST);\
    ?>}

    I have a dealing of Mar 28th and I am pulling my hair out!!

    Someone... Please HELP?!?!

  2. #2
    Join Date
    Mar 2012
    Posts
    93
    you are miss the semicolon. you are not put the semicolon after statement...

Similar Threads

  1. Parse Error Help...
    By maguiresc in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 16 Dec 2010, 02:53 AM
  2. 1084: Syntax error: expecting identifier before semicolon.
    By cynthgrl in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 25 Aug 2010, 08:42 PM
  3. What is a Parse Error?
    By tennis_chick_95 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 31 Jan 2010, 12:53 PM
  4. IIS unexpected error?
    By dzigner in forum Web Hosting and Domain Names
    Replies: 1
    Last Post: 30 May 2006, 10:34 PM

Tags for this Thread

Posting Permissions

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