regdude Posted October 29, 2008 Share Posted October 29, 2008 Hi! I'm trying to make a script that will read numbers (like 1012) from the DB where their format are something like this: 1012, 1014, 1105, 1022, 1091, 1001... And with these numbers add it in an array. Now I'm not doing this in PHP, but it's still similar, in an array(something like this: array[2][6]) I need to store all those numbers. Also I want to make a script that will store these values from the array in to the DB, with an exception (0). Any ideas? Link to comment https://forums.phpfreaks.com/topic/130593-solved-seperated-info-from-db/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.