Jump to content

Everything from a table into an array


NLCJ

Recommended Posts

Hello,

I made a mistake some days ago, which causes to incorrect data. So I need to insert some rows between the data, this will work if I can get the specific data from that table into an array. I got it like:

ID - Date - Username - Value1

Is it possible to put every row in an array, and then in this way that when I say:

print $row[2010-10-05];

I've got an idea but that would take hours to create, so I was wondering if it's possible to do it in this way.

 

Regards,

Link to comment
https://forums.phpfreaks.com/topic/215185-everything-from-a-table-into-an-array/
Share on other sites

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.