Forum Moderators: coopster
However, the problem comes with replacing apostrophe with a null. How is that done..I would also like to know..
$symb[37] = "/'/";
$repl[37] = ''';
preg_replace($symb, $repl, $some_stuff); replacing apostrophe with a null. How is that done..I would also like to know.