Jump to content

$out .= unexpected T_VARIABLE error


pcw

Recommended Posts

I ma just trying to translate some perl code into php. However, when I run a syntax check on it, I get the following error:

 

Parse error:  parse error, unexpected T_VARIABLE in sb.php on line 297

 

$v = "yes";

if($v == ""); {

if (preg_match_all("m/$v/i", $values{$k})

$out .= "checked"; # this is line 297

}

}

 

Does anyone know what I have done wrong, been stuck on this for the past hour :-(

Link to comment
https://forums.phpfreaks.com/topic/146002-out-unexpected-t_variable-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.