<?
function outError($text){
print "<center><b><font color = red>$text</font></b><br><br></center>";
}
<option value="0" <?= ($installtype == "0") ? "selected" : ""; ?> >Install with CPanel Info (can create MySQL DB automatically)</option>
I have a script with such unusual tags and the script won't work. I cannot replace them since they are a thousands in number. And search and replace also didn't work.
thank you.