|
Posted by Ben on 04/18/07 13:07
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
Navigation:
[Reply to this message]
|