I am having problems with preg_match_all spanning over newlines.
Using /m does not seem to ignore the the newlines.
// This works
// Both contents inside and are found
$html = '
One cell
Another
';
// This does not
// Only the contents inside the first and are found
// The only difference is
se?
Thanks for clearing the air, and sorry for polluting it with more questions
:)
// Thomas
>-Original Message-
>From: Thomas Johnsson [mailto:[EMAIL PROTECTED]
>Sent: Monday, February 24, 2003 6:51 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP] Zend Encoder
>
>
>T
> There is not a way to encrypt something so that is is totaly, positivly,
> iriversable. As for someone at zend looking at them, there probably is,
but
> they have a duty not to do anything with them.
So what you are saying is that zend probably has a way of un-encoding the
encoded files, if they
This might sound a bit paranoid, but since I don't know how it works, i'll
ask anyway.
If I encrypt a file using the Zend Encoder, is there anyone at zend who can
view it, or it it an unreversable encryption?
// Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
4 matches
Mail list logo