Re: [PHP] How to generate thumbnail ?

2002-12-23 Thread Gil Disatnik
generate thumbnail without depending on php host configuration (like --with-gd) ? Thanks . Perseus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards Gil Disatnik UNIX system/security administrator. GibsonLP@EFnet http

[PHP] pspell and html tags

2002-12-21 Thread Gil Disatnik
Hello, I am looking for a way to tell pspell_check() to ignore html tags, I tried adding a few html tags using pspell_add_to_session() but it said it won't accept words starting with ... Any idea? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] pspell and html tags

2002-12-21 Thread Gil Disatnik
Hello, I am looking for a way to tell pspell_check() to ignore html tags, I tried adding a few html tags using pspell_add_to_session() but it said it won't accept words starting with ... Any ideas? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Sorry

2002-12-21 Thread Gil Disatnik
Hey there, Sorry for sending my question twice, I got a strange error saying: Sorry. Your message could not be delivered to: php-list,emc (The name was not found at the remote site. Check that the name has been entered correctly.) -- So I assumed it didn't

Re: [PHP] Mass Mailing

2002-12-21 Thread Gil Disatnik
, visit: http://www.php.net/unsub.php Regards Gil Disatnik UNIX system/security administrator. GibsonLP@EFnet http://www.disatnik.com _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Windows NT has detected mouse movement, you MUST restart your computer before the new settings

[PHP] Taking the last word out of a string

2002-04-12 Thread Gil Disatnik
Hello there, I have a string that comes in various sizes and word numbers, I wish to extract the last word from this string, how can I do it? I have already looked at substr() and strrpos() man pages looking for the answer... couldn't find it though... Thank you! Regards Gil Disatnik

[PHP] strlen() gives a wrong count

2002-03-19 Thread Gil Disatnik
str_replace on php) - wc said it's 83 characters and strlen() said it's 89... How could that be? is there another way to get the exact number of characters in a string? Thanks. Regards Gil Disatnik UNIX system/security administrator. GibsonLP@EFnet

RE: [PHP] strlen() gives a wrong count

2002-03-19 Thread Gil Disatnik
- 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Gil Disatnik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: [PHP] strlen() gives a wrong count Hello there, I have a 98 characters string (including

[PHP] substr_count() and regex

2002-03-17 Thread Gil Disatnik
]/, $test)) for example works just fine, but I guess substr_count() is a bit different... Is there a way for me to do that? maybe with another similar function? (If not I will have to solve it in an ugly while loop that searches for Hebrew characters one by one...) Thank you. Regards Gil