[ create a new paste ] login | about

air4x

Name: air4x
Email:
Site/Blog:
Location:
Default language: PHP
Favorite languages:
About:

Saved pastes by air4x:

PHP, pasted on Oct 8:
1
2
3
4
5
<?php

$players = array(
  array(
    'attack' => 1,
...
view (36 lines, 6 lines of output)
PHP, pasted on Oct 7:
1
2
3
4
5
<?php

$top_level_array = array(
'key_1' => array(
  'sub_array' => array(
...
view (29 lines, 70 lines of output)
PHP, pasted on Oct 7:
1
2
3
4
5
<?php

$top_level_array = array(
'key_1' => array(
  'sub_array' => array(
...
view (29 lines, 70 lines of output)
PHP, pasted on Oct 7:
1
2
3
4
5
<?php
function modal($title, $message)
{
        echo '
        <!-- HELP MODAL -->
...
view (16 lines, 10 lines of output)
PHP, pasted on Oct 5:
1
2
3
4
5
<?php

$array = array (
 '1' => 'Item',
 '2' => 'Item 2',
...
view (23 lines, 9 lines of output)