Thank you for the help so far, but as this is my first script ever and isn't all that small in magnitude thus I have many issues to solve untill I get it to where it is going.
Currently the code looks like this: http://nopaste.php-q.net/91965
and the code in action looks like this: http://koti.mbnet.fi/nanime/parseri6.php
Now I would like to create a cache file. One that would store info on the basis on which the table could be created so that if the cache file was up to date, it could be used instead of generating it again from scrathch.
Also the script should only be able to write new info to the file, not delete old, because the RSS feed comming from http://nordic-anime.edwardk.info/?rss only covers the last 31 days. The file could keep info older than that and a complete table could be created on its basis.
Im not asking for someone to make me this script, because I know that would be too much to ask. I would like someone to point me to the right direction e.g. tell me which commands I should study or where to find a manual or info on cache files with PHP.
Any info you could give me would not go in vain 🙂