Tagged Questions

0
votes
1answer
379 views

how to use mysql implode while loop

$mysqli->query("SELECT b.t_follow_up, b.t_consultation, b.t_acid_peel, b.t_wrinkle_name, b.t_dermal_name, b.status, b.date_book, b.min_spent, b.b_ref, m.f_name, m.l_name, d.doctor_name, ...
0
votes
3answers
160 views

Using implode to group information from acquired in a whileloop (problem solved)

Solved the problem thanks to all of your tips. Thanks a lot for all the answers. d(^_^d) I am having the following problem. I have the numbers 1/2/3/4/5/6 and I want to separate them into two ...