364,088 Members | 5404 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

convert array to string

rpapaiof
P: 27
how can i convert an array to string my problem is the following
i have a TXT file that contain some numbers
i have to read them from file put them in array then i have to put 3 radio buttons with following functions
ascend sort of array
descend sort
and reverse
after each function i have to write changed for of array into a new file.
i have problem with writing them in new file.
please help me
Nov 21 '06 #1
Share this Question
Share on Google+
3 Replies


TheMadMidget
P: 98

rpapaiof
P: 27
thank u for your help my friend
Nov 24 '06 #3

Artnessde
P: 13
just my 2cent:

maybe a better solution would be to write the data serialized() or json_encode()'ed to the file?
Nov 26 '11 #4

Post your reply

Help answer this question



Didn't find the answer to your PHP question?

You can also browse similar questions: PHP