Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Wklejka mvgaws0ovms0 dodana przez Leihto, 06.11.2012 19:10
Typ:



1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
<html>
	<head>
		<title>test</title>
	</head>
	<body>
		<form action="" method="post">
			<input type="checkbox" value="a" name="test[]">
			<input type="checkbox" value="b" name="test[]">
			<input type="checkbox" value="c" name="test[]">
			<input type="checkbox" value="d" name="test[]">
			<input type="checkbox" value="e" name="test[]">
			<input type="checkbox" value="f" name="test[]">
			<input type="checkbox" value="g" name="test[]">
			<input type="checkbox" value="h" name="test[]">
			<input type="checkbox" value="i" name="test[]">
			<input type="checkbox" value="j" name="test[]">
			<input type="checkbox" value="k" name="test[]">
			<input type="checkbox" value="l" name="test[]">
			<input type="checkbox" value="m" name="test[]">
			<input type="checkbox" value="n" name="test[]">
			<input type="checkbox" value="o" name="test[]">
			<input type="checkbox" value="p" name="test[]">
			<input type="checkbox" value="r" name="test[]">
			<input type="checkbox" value="s" name="test[]">
			<input type="checkbox" value="t" name="test[]">
			<input type="checkbox" value="u" name="test[]">
			<input type="submit">
		</form>
		<?php
			if( count( $_POST['test'] ) )
			{
				foreach( $_POST['test'] as $value )
				{
					echo $value;
				}
			}
		?>
	</body>
</html>

Dodanych wklejek: 4031
Powered By (Pav32) Pastebin © 2011