Code: Select all
echo $valid."::".$install."::".$active;
any suggestions on how to get the values, into three lines,
right now it is, 1::1::1
some how I have to get it like this
1
1
1
then I can get each line and value
thanks in advance for any suggestions,