Hello,
Summary:
I push numbers to array, then when I use implode and it works fine
But if I add quotes to these numbers (which I need), implode will throw zeros instead of my numbers
More details:
I have an array of numbers (initially when I get some info from DB, it is without any quotes...
Hi Everybody,
I am new registered user however I've been reading this great forum for a long time. However did not find answer to the following question:
###
$a = "1A"; # values will be changing
$b = "52"; # values will be changing
$c = "7_12"; # values will be changing
@myArray = ($b,$a,$c)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.