Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- Best MySQL & PHP Webhosting + save 50%
- κατασκευή ιστοσελίδων
Bookmark :
Links :
gambling siteswwwstores
golfing products
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
shuffle an array
This example shows how to shuffle an array using the shuffle function, this sort of routine is particularly useful for card games.
<html>
<body>
<?php
//declare an array
$list = array("a","b","c","d","e");
//print the array
print_r ($list);
print "<br>";
//shuffle the array
shuffle($list);
//print the array details again
print_r ($list);
?>
</body>
</html>
Books :
Sponsors :
Random Code :
count characters in a sentence(string)For loop(beginner)
IP address(functions)
Random Article :
PHP User Login AuthenticationPHP Image Gallery
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google