I have a variable named $query
and an array explode[0]
.The array returns a string which works perfectly fine but the only problem is i want the ;
at the end of the string.
$query = $explode[0].echo ';';
Which is not working.
I have a variable named $query
and an array explode[0]
.The array returns a string which works perfectly fine but the only problem is i want the ;
at the end of the string.
$query = $explode[0].echo ';';
Which is not working.