I can't figure out how to get this to work without adding an additional line? I want to echo "success". Is it possible?
<?php
$temp1temp = "on";
$x=1;
if ("temp".$x."temp" == "on")
echo "success";
?>
I can't figure out how to get this to work without adding an additional line? I want to echo "success". Is it possible?
<?php
$temp1temp = "on";
$x=1;
if ("temp".$x."temp" == "on")
echo "success";
?>