ie:
Code: Select all
INSERT INTO dirlist (dept, title, fname, lname, phone, fax, email) VALUES ('President's Office','DEPT','Grand Canyon University','','602-639-6200','','');Code: Select all
INSERT INTO dirlist (dept, title, fname, lname, phone, fax, email) VALUES ('President\'s Office','DEPT','Grand Canyon University','','602-639-6200','','');I have tried using this pattern a lot of derivatives of it to no avail:
Code: Select all
$pattern = "#^[\('|'\)|',|,'](')#";thanks
Burr