Napoleon

Napoleon

Mp3player written in visual basic6

MP3 Player in Visual Basic

Reading Time: 3 minutes  Back then during my college days, I got fascinated by programming and was enjoying coding. It was at that time we use to get invite to participate in lot of coding competitions from different colleges. I…

Pass by reference in PHP

Reading Time: < 1 minutes In PHP you can pass a variable to a function as reference. When you do that actual “Memory address is passed” instead of “A Copy of the value” hence any change you make inside the…