We have sometime faced a big trouble of copying something to virtualbox from host or from guest to host. But it is possible to direct copy from one to another i...
Welcome back again. We know both of the function str_split() and explode() in PHP are used to split strings. But here are some differences between them. I will describe shortly about this.
...
Let we have to find out n terms of prime numbers. We will not use any built-in functions. Using fully raw codes we will do this. Although I have done this using PHP, the other languages also applicable in this tricks. You need to change the commanding operators only when you will use another languages...
Fibonacci series is a such kind of series of numbers in which the current number is the addition of previous two numbers. It is a mathematical series. Today we will see How to make Fibonacci series by PHP programming without using array or function. ...
Fibonacci series is a such kind of series of numbers in which the current number is the addition of previous two numbers. It is a mathematical series. Today we will see How to make Fibonacci series by PHP programming without using array or function. ...
We commonly use two types of function to show output on screen in PHP. They are echo and print. But here are some differences among using these. Let us describe these here...
For funny moments I have opened another blogger account named as: Stores of FaceBook.
The terms of that blog or the about of contents, hints etc. are given here...
সাধারণত পোস্ট ইংরেজীতে করা হয়। তবে এটি গুরুত্বপূর্ণ বলে বাংলায় দেয়া হলঃ
প্রশ্নঃ যদি কোন সাধারণ/জরুরী ওজর বশতঃ অথবা ওজর ছাড়াই কেও ইফতার দেরীতে করে, অর্থাৎ মাগরিবের অনেক পরে/ইশার সময় করে তাহলে তার রোযায় কোন সমস্যা হবে কিনা????
...
Without any SMS charge you can now see HSC result via Grameen Phone. By sending SMS you can get it free. Only for Bangladesh. You will get 25 MB data by 2 Taka only by which you can see results...
Joke 1:
I asked my heart:
Why can't I sleep at night?
Heart replied: Because you slept in the afternoon, don't act like you are in live all the time.
...
We know the basic informations about hacking specially who uses internet knows about it simply. Hacking is such kind of art by which one can do some special abnormal things.
For example:.....
Mathematica is a computational software program used in many scientific, engineering, mathematical and computing fields, based on symbolic mathematics. For the students of mid-level or lower-level of economy it is too hard to buy this software. So for them they need to crack it for getting licence and serial key to...
Variables are very important in almost every cases. Normally we use local variables but it is sometimes necessary to use global variables. We can not skip that matter with local variables. One of such kind of a problem is finding the sum of integers of any number. I have tried many times to use local variable...