Hello, again I need your professional help; I made a script that automatically adds a link to my site, and I used to store informations and links in a .txt file.
Then I include it in a .php page and it displays the table with the name, link, ecc...
But the problem comes when I add more then 1 link: the newest one is under the older one...how can I have the newest posted as first?
I'm using this instruction:
$fp = fopen ($filename , "a");
Thanks,
Alberto