Sorry about that, but that was a pretty impressive little algebra or whatever string you just did. I mean all important php variables. For instance if I try to replace this whole thing, something like it, or one elements at a time of it, with any of the replace commands I have trouble.
<?php
$getfile = rand(1,5);
$imagefile = "file" . $getfile . ".jpg";
echo "<img src='/$imagefile'>";
?>
I always get an "unexpected T variable" message. There must be a way for Php to replace even its own code and not just $functions and straight text, but even php code itself. Like this "<?php" and the just above and other items.