PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a script currently running which which sorts posts in this format / new posts first / new posts last. Unfortuantely its not working as desired
Im currently posting data into a text file as mysql isn't available to me at present
Do anyone know of any good scripts that i can use?
Im basically looking for a script that will show the latest post at the top of the page when the link New post first is clicked. Currently all new posts and posted under an existing one.