|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
codewalkers php news tutorial: reversing arrays
http://codewalkers.com/tutorials.php?show=5&page=4
Hi, I'd like to know how to reverse the order of the news without displaying it, because I am reading the news.txt file into flash(dynamic textbox) Is there a way to reverse the order, or better yet, attach the entered news to the top of the .txt file? please, I'd really appretiate any help on this |
|
#2
|
|||
|
|||
|
RE: codewalkers php news tutorial: reversing arrays
This part:
$data = array_reverse($data); automatically puts the bottom of the file at the top for working purposes. There is no "displaying" going on at this point. If you want to know more, go to php.net and type array_reverse() into the search bar and hit enter. |
|
#3
|
|||
|
|||
|
RE: codewalkers php news tutorial: reversing arrays
thanks for the reply
|
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > codewalkers php news tutorial: reversing arrays |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|