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...
Once again:
My Goal is to simplify the script and being able to change array's sequence without changing other conditions.
(at this time conditions are based on the element's count)
Thanks again,
Zen20
Thank you for your replies.
I have a script that automatically installs different software builds from different releases. After each installation it does some tasks and then installs next build.
Please let me know if you have any questions. I know it is possible, I just need to explain better...
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.