PHPDiscussion related to PHP web development, PHP coding. Tutorials, source code, tips and tricks related to PHP programming.
The thread "Creating a news script" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
I have been working on and off with this php script, and am nearly complete with it. Everything has been tweaked just right, the only problem I am having is organization.Basically, my data is saved to a file and new data is just entered below the previous data with PHP:---------fwrite($file, $stringData);---------the articles are organized like so into a file:1st entered2nd entered3rd entered4th enteredi need this to go in reverse:4th entered3rd entered2nd entered1st enteredevery time you create a new entry, i want it to put the newest data on top, like a news blog would do.any ideas? is this clear at all? my brother who works with c++ says it can be done, but is kind of annoying to set up in his language? is this the case with php?thanks in advance.
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
The thread "Creating a news script" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.