Home
Networking
Cisco
Cisco Network & Lab
Cisco Exams
Others
Microsoft
Windows
Windows Servers
SQL Servers
Linux
Ubuntu
RedHat
SUSE
Programming
HTML
CSS
Java Script
JQuery
XML
PHP
ASP.Net
C#
General Knowledge
News
Services
Computer Services
Networking Services
Web Services
Software Development Services
CCTV Services
Email
IT & Mobile Shops
Shop1
Shop2
Thursday, April 6, 2017
Randomization in PHP
<?php
if(isset($_POST['roll'])){
$rand = rand(000, 999);
echo 'You roll a '.$rand;
}
?>
<form action="rand.php" method="POST">
<input type="submit" name="roll" value="Roll a Dice">
</form>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment