quote:
Originally posted by segosa
PHP has a built in substr() function so why do you have your own?
I used php's substr function, but I wanted to put all the characters in the array, so I used a loop to loop trough all the characters
quote:
Originally posted by J-Thread
Try to learn as much php functions as possible, most of the things you want are already build in...
I know php can already convert but I had to make a convertor for school.
Actually it was a project for VB.NET
, but because I'm better with php I tried it with that, and after that I tried to make it OOP
I added decimal 2 binary btw, but now my ajax script doesn't work anymore