Hey!
I'm trying to write formdata in to a php file and the problem is that I need the latest entry to be on top.
I've tried using:
$Open = fopen("writeto.php", "a+b");
..and some other combinations but how do I set the filepointer to the begining of the file without overwriting the existing content. I guess what I need is to "push down" the existing content too add some new stuff.
Hope someone can help
thanx
//robban