PDA

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



Chad
20 Mar 2012, 01:46 AM
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?!?!

jassmee
09 Apr 2012, 12:15 AM
you are miss the semicolon. you are not put the semicolon after statement...