<!DOCTYPE html><html><body><?phpecho(rand() . "<br>");echo(rand() . "<br>");echo(rand(10,100));?></body></html>