Jump to content

[SOLVED] Assigning a Strange MySQL Entry to an Array


f00sh

Recommended Posts

Hey guys, I hate to make my first post here a question, wish I could contribute more.

Here is the situation, I have a working Database, I can connect to it, insert, yada yada.

 

One of my fields in the Database is called Deck

The values I have (This is an example):

 

Derp Deck

1

2

3

4

5

6

7

8

9

10

 

These are entered just like this, the enters and everything. I have called this into a variable $derpdeck and it displays in an echo just find. What I was wondering is if I could put each line into an Array. so I could do like $derpdeck[3] and it would return 2.

 

Any help is greatly appreciated.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.