[PHP] actually HTML again; resizeing images

2013-03-17 Thread georg
Anyone knows a good reading about how and when images displayd with HTML tags are re-sized ? tnx georg

[PHP] Re: actually HTML again; resizeing images

2013-03-17 Thread Jim Giner
On 3/17/2013 9:22 AM, georg wrote: Anyone knows a good reading about how and when images displayd with HTML tags are re-sized ? tnx georg not php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] actually HTML again; resizeing images

2013-03-17 Thread Stuart Dallas
On 17 Mar 2013, at 13:22, georg georg.chamb...@telia.com wrote: Anyone knows a good reading about how and when images displayd with HTML tags are re-sized ? Not entirely sure what you mean, but a downloaded image will be resized when it needs to be shown in different dimensions to the

Re: [PHP] actually HTML again; resizeing images

2013-03-17 Thread David OBrien
On Mar 17, 2013 12:28 PM, Stuart Dallas stu...@3ft9.com wrote: On 17 Mar 2013, at 13:22, georg georg.chamb...@telia.com wrote: Anyone knows a good reading about how and when images displayd with HTML tags are re-sized ? Not entirely sure what you mean, but a downloaded image will be

Re: [PHP] variable type - conversion/checking

2013-03-17 Thread Maciek Sokolewicz
On 16-3-2013 19:20, Matijn Woudt wrote: On Sat, Mar 16, 2013 at 6:52 PM, Maciek Sokolewicz maciek.sokolew...@gmail.com wrote: Hi, I have tried to find a way to check if a character string is possible to test whether it is convertible to an intger ! any suggestion ? BR georg All

[PHP] modulo function

2013-03-17 Thread georg
Guess there should be one in PHP but cant find it (tnx for many earlier answers) Br georg

[PHP] Re: modulo function

2013-03-17 Thread Maciek Sokolewicz
On 17-3-2013 22:23, georg wrote: Guess there should be one in PHP but cant find it (tnx for many earlier answers) Br georg You mean the modulus operator? 10%3 = 1 http://www.php.net/manual/en/language.operators.arithmetic.php -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] variable type - conversion/checking

2013-03-17 Thread Matijn Woudt
On Sun, Mar 17, 2013 at 10:20 PM, Maciek Sokolewicz maciek.sokolew...@gmail.com wrote: On 16-3-2013 19:20, Matijn Woudt wrote: On Sat, Mar 16, 2013 at 6:52 PM, Maciek Sokolewicz maciek.sokolew...@gmail.com wrote: Hi, I have tried to find a way to check if a character string is

[PHP] Re: [PHP-DEV] feature request : easy shared memory

2013-03-17 Thread Larry Garfield
On 03/14/2013 01:21 PM, Bob Weinand wrote: Sharing active memory between processes goes against the shared nothing design of PHP. The lack of the feature you're describing is itself a feature. :-) If you had real shared memory, then you're now writing a multi-threaded app. Even if you