
Search In
Hello friends,
If you want to combine 2 arrays in which 1 is used as a key and another as value then you can use a predefined PHP function which is "array_combine". array_combine function creates an array by using one array for keys and another for
LEFT(str,len)
The LEFT mysql function returns the leftmost len characters from the string str or returns NULL if any argument is NULL.
The LEFT function is multibyte safe.
Here are some example which will explain you this function-
mysql> S
If we want to print data in the form of table in html we use TABLE tag. Table contain rows and columns.
For creating rows in table we use
tr tag with in table tag.
For creating columns in table we use
td tag with in tr tag.
Syntax
<table>
We all are aware that the SEO techniques are flourishing day by day, the thing we did yesterday may became old practice on next day, so we need to get updated with new SEO techniques and Search engine guidelines and with every updates of
Hello Reader's, If you want to make some animation to enhance the text then in this blog you can learn this.
Animation is the property by virtue of which you can put the motion in any entity.
In this blog we will translate a text inside the a di
I want split string from file into two array string......
file contain this-
Bangladesh= 109.408
India= 92.7478
Pakistan= 200.550
USA= 1.29221
Europe= 1.16989
UK= 1
SA= 4.85180
Australia= 1.90035
Canada= 1.71097
Please help me to solve the error main.c:18:8: error: called object ‘sum’ is not a function or function pointer, below is the code:
#include<stdio.h>
int sum(int*a,int*b)
{
int s=0;
s=*a=*b;
return s ;
}
int mai
Dear all,
I have a code to modify a file. This code make changes on my file and save it to a new file. But, I want to have changes(modifications) on my original file not a new one. I made attempts to change the code but it didn't work. How can I
Image Blurring Effect Android
Here I share my image blurring code. We have to pass the bitmap of the ImageView that we have to blur out and radius should be in integer value 2,4,8....
It returns the Bitmap of blurred image.
Now a days we need to
Cubic-bezier curve is alike a parametric curve which is used in computer graphics and many other related fields. In animation, Bezier curves are used to smoothen the cursor orbit within the user interface design. Cubic-bezier curve is defined by the
