Re: [PHP] Re: addslashes vs string unescape

2004-07-12 Thread Justin Patrin
On Mon, 12 Jul 2004 19:32:59 +0300, Skippy <[EMAIL PROTECTED]> wrote: > On Mon, 12 Jul 2004 17:15:15 +0200 Daniel Kullik <[EMAIL PROTECTED]> wrote: > > Skippy wrote: > > Can you use this? > > It seems to work, at first test, but it's somewhat convoluted. I've found > another fairly reasonable solu

Re: [PHP] Re: addslashes vs string unescape

2004-07-12 Thread Skippy
On Mon, 12 Jul 2004 17:15:15 +0200 Daniel Kullik <[EMAIL PROTECTED]> wrote: > Skippy wrote: > Can you use this? It seems to work, at first test, but it's somewhat convoluted. I've found another fairly reasonable solution: using $val instead of %val%. This way I don't need to ever show the actual c