Php > Contest Related
Show game 2
Show game 2 $inputfile=file("boards.txt"); // END CONF $PHP_SELF=$_SERVER["PHP_SELF"]; $allmoves=sizeof($inputfile); if (isset($_GET["move"])) { $move=(int)$_GET["move"]; if ($move<0) $move=0; if ($move>=$allmoves) $move=$allmoves-1; } else { $move=0; } echo "
Turn ".($move+1)."
"; echo "
Start
| "; echo "
Prev 4
| "; echo "
Prev
| "; echo "
Next
| "; echo "
Next 4
| "; echo "
Last
"; echo "
"; echo "
"; ?>
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage