---
title: "2d arrays i php?"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/43624-2d-arrays-i-php"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "MaRseY"
published: "2002-05-13T14:29:38.000Z"
updated: "2002-05-13T14:51:54.000Z"
replies: 1
views: 176
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/43624-2d-arrays-i-php"
---

# 2d arrays i php?

## #1 — MaRseY, 2002-05-13T14:29Z

funkar det egentligen? för jag får det inte å funka.. men koden ska funka.. har byggt om c++ kod till php...  :q

Permalänk: https://www.webforum.nu/p/43624

## #2 — Matte, 2002-05-13T14:51Z

Jodå, det fungerar.

```
$minArray[] = array("0-0", "0-1");
$minArray[] = array("1-0", "1-1");

echo $minArray[1][0];
```

Permalänk: https://www.webforum.nu/p/672559

---

Tråden på webben: https://www.webforum.nu/amne/php/43624-2d-arrays-i-php
