Suppose I have created the following array.
I have not assigned the key and it will automatically be assigned. Now I want that the values of this array ("forum", "blog", "website") will be stored in a txt file. And if I add or delete on of these values in the txt file the $internet varriable will automatically change. Finally, I want to use the following code:$internet = array("forum", "blog", "website");
I hope it is clear to you that what my problem is?ksort ($internet);