AI Coder
AI
Code Editor
Show Output
PHP Generate a Random Number
"; echo rand() . "
"; // Generate some random numbers between 1 and 10 (inclusive) echo rand(1, 10) . "
"; echo rand(1, 10) . "
"; ?>
Output Preview