Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <html>
  2. <?php
  3. $color=rand(1,1000);
  4. $x="#".$color;
  5. ?>
  6.  
  7. <body bgcolor=" $x "> </body>
  8.  
  9. </html>
Add Comment
Please, Sign In to add comment