Archive for the ‘php’ Category
Friday, May 27th, 2011
Niestety żaden Polski bank nie udostępnia funkcji eksportowania wprowadzonych odbiorców.
W tym celu napisałem skrypt, który pozwala to osiągnąć osobom korzystającym z konta w mBanku.
Po wprowadzeniu podstawowych danych skrypt loguje się na strony banku i ściąga wszystkich odbiorców. Następnie zapisuje ich do pliku CSV.
Plik PHPS jest dostępny tutaj.
W razie problemów służę ...
Posted in Linux, php, Win | 4 Comments »
Sunday, April 25th, 2010
In case you need to practice your basic maths skills, you can use my freshly developed online maths skills quiz.
I have developed it in PHP and it uses Ajax scripting to retrieve new questions. All questions are random, and no results are stored on the server side.
In case you are ...
Posted in ajax, javascript, php, School | No Comments »
Tuesday, April 20th, 2010
I have been searching for a good PHP class for fraction handling and found Math_Fraction in the PEAR database.
However, it was still lacking a possibility to display the whole numbers of a fraction and I had to rewrite the last function in the Fraction.php file.
Here it is:
function toString($whole=false)
{
...
Posted in php, Web | No Comments »