Jump to content

unexpected T_Variable Error


discussnow

Recommended Posts

@Maq: But that wouldn't give the Unexpected T_VARIABLE warning, would it?

 

Never said it did  ;) but you're right, it wouldn't resolve the Unexpected T_VARIABLE warning.  I was just telling him how to properly display the contents of an array.

 

Anyway, your syntax is correct now, I don't know what is causing this.  Does the error specify a line number?

Link to comment
Share on other sites

What's before <?php ?

 

html

 

Lol, usually is, post the code!!!

Haha realized the stupidity of what I said :P

 

<html>

<form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>">

<title>

Paragraph Scrambler

</title>

<body> 

Paste Paragraph <br>

<textarea name="para" type="text" row="5" col="5"><br>

<input name="send" type="submit" value="Submit!">

<input type="reset" value="Cancel">

</body>

<? php

$para  = $_POST['send'];

$result = explode('.',$para);

echo $result ;

?>

 

</html>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.