Quote:
Originally Posted by Podarok
Thanks for response, fysiks. I was looking for some simple plugin, but i didnt get the idea. Could u please provide a descriptive example?
|
wow . . . you need to learn one thing at a time. Learn how to read a file. There are hundreds of plugins that do this. Both plugins in my signature read from files. If you don't want to use my code as an example, look for plugins that read files with fopen(), fgets(), fclose(), etc.
Once you are able to read the file, you simply need to get the number from the resulting strings with str_to_num().
__________________