Hi,
To simplify this request, we supposed this following sql script:
"insert into table a values ('me;you','then '); insert into table a
values ('you;me','so') ;"
Note the semi-colon ( ; ) in strings for the first field in both
queries.
How to split that with preg_split() ?
Thanks
Ben
To simplify this request, we supposed this following sql script:
"insert into table a values ('me;you','then '); insert into table a
values ('you;me','so') ;"
Note the semi-colon ( ; ) in strings for the first field in both
queries.
How to split that with preg_split() ?
Thanks
Ben
Comment