Jump to content

[Database store in array] Help make the order change, from the front to be the end


basketmen

Recommended Posts

Hi guys,

 

1. i have a database field stored in array, the default is like this

 

a:3:{i:0;a:5:{i:3;s:7:"4683203";i:6;s:7:"4683204";i:9;s:7:"4768795";i:10;s:7:"4683206";i:11;s:7:"4925120";}i:1;a:4:{i:0;s:7:"4683208";i:2;s:7:"4683212";i:3;s:7:"4683211";i:4;s:7:"4925121";}i:2;a:0:{}}

 

 

 

 

 

2. now i want to add a value in that field, by run this link : http://www.domain.com/filename.php?cmd=addmod&modid=2 (please see the complete filename.php file content here : http://pastebin.com/BabtP21Y , the part that i think responsible for this i think about line 674-709, that i highlighted there)

 

the field become like this, there is new code in the front that highlighted below

 

a:3:{i:0;a:5:{i:3;s:7:"4683203";i:6;s:7:"4683204";i:9;s:7:"4768795";i:10;s:7:"4683206";i:11;s:7:"4925120";}i:1;a:5:{i:0;i:4924131;i:1;s:7:"4683208";i:2;s:7:"4683212";i:3;s:7:"4683211";i:4;s:7:"4925121";}i:2;a:0:{}}

 

 

 

 

 

3. the only problem, i need it to put it in the back and the position are reserved, so like this that highlighted below

a:3:{i:0;a:5:{i:3;s:7:"4683203";i:6;s:7:"4683204";i:9;s:7:"4768795";i:10;s:7:"4683206";i:11;s:7:"4925120";}i:1;a:5:{i:0;s:7:"4683208";i:2;s:7:"4683212";i:3;s:7:"4683211";i:4;s:7:"4925121";i:1;i:4924131;}i:2;a:0:{}}

 

please help editing the php file, to make the array position stored like that

 

 

 

 

 

GBU for that helping

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.