im having trouble understanding why this won't work. I'm extremely new to php
(my primary language is c++)
<html>
<body>
<?php
if(strpos($_GET['codev'], 'ddd') !==FALSE){
if(strlen($_GET['codev'] ==3)
{
echo "<p>Welcome</p>";
}
]
?>
</body>
</html>