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'm having an error with writing to this file from the top without deleting text already on the file... i have used all of the fopen functions r,r+,w, etc. none of them work. they all either delete the current text or write from the bottom of the file. it might have something to do with usign fputs().. i duno im lost. =\. here is my php code