Check this http://www.php.net/manual/en/ini.core.php#ini.post-max-size
On Mon, Aug 19, 2013 at 9:55 AM, aesbovis wrote:
> Hello there
> I am making a little web-based-tool for our studio to progress a large
> amount of data, more than 2000 items, but it seems there is a length limit
> of 1000 t
If you enable notices you will see that PHP outputs this : Notice:
ArrayIterator::next(): Array was modified outside object and internal
position is no longer valid.This line seems to be the problem //Test
if next stream is an option for ( $iterator->next();
$iterator->valid(); $iterator->next() )
Also, you get the output "my_var" because if you say echo my_var PHP
looks for a constant my_var and if it doesn't find one it just assumes
you want the name of the constant.Look in the manual page for
constants for more details about how they work
http://php.net/manual/en/language.constants.php
O
On Wed, Dec 14, 2011 at 1:25 AM, Matijn Woudt wrote:
> On Wed, Dec 14, 2011 at 12:11 AM, Mihai Anghel
> wrote:
>> Hello,
>>
>> It appears to me that something is strange with the socket_select function.
>> From what I understand the value of the fourth paramete
Hello,
It appears to me that something is strange with the socket_select function.
>From what I understand the value of the fourth parameter, tv_sec,
should block the execution of the script for that number of seconds.
I tried this code :
http://www.php.net/)
To unsubscribe, visit: http://www.php.
5 matches
Mail list logo