Jump to content

[SOLVED] T_STRING error


IceDragon

Recommended Posts

hiya,

 

Can someone please tell me what is wrong with the following code..

I keep getting

Parse error: parse error, unexpected T_STRING in /home/www/mywebsite.com/test.php on line 2

 


<?php
$wrong="<form action='index.php' method='post'><input type='hidden' name='ID' value='1'>TEXT<br>TEXT:<br><input type='text' name='test' size='30'><br><input type='submit' name='submit' value='Submit'></form><br /><br /><font color="red">Wrong!</font>"; 
?>

 

 

Link to comment
https://forums.phpfreaks.com/topic/117093-solved-t_string-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.