[pmwiki-users] ZAP error message...

Crisses crisses at kinhost.org
Fri Oct 27 14:30:22 CDT 2006


On Oct 27, 2006, at 3:11 PM, The Editor wrote:

>
> But this helps me begin to get a hint of why there are all those /\ \
> / things in the search patterns. Could you help me fix this to work?
> Maybe:
>
>   foreach ($p as $pp) $_POST[$pp] = preg_replace('/\:\)/',  
> ':)' );

something like this --

   foreach ($p as $pp) $_POST[$pp] = preg_replace('/\:\)/',  
':)' , $string);


Don't forget the string!!

Crisses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20061027/3a16bc0f/attachment.html 


More information about the pmwiki-users mailing list