Hi guys, 1. i have a database field stored in array, the default is like this 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 3. the only problem, i need it to put it in the back and the position are reserved, so like this that highlighted below please help to make the array position stored like that, maybe by editing the php file GBU for that helping
dump the variable contents not by serialized form, but like this: echo '<pre>'.htmlspecialchars(print_r($var, true)).'</pre>'; PHP: This way you can inspect the contents and it is easier for your eye to understand, how the variable is stored. If you are unable to modify the variable to your liking, then paste the variable dumps here, because reading them in a serialized form is pain in the ass.
i am sorry, i dont know how to do that, can you edit the php file please http://pastebin.com/BabtP21Y , or clue which part that i need to edit in the php file i really apreciated it