Search found 8 matches
- Wed Jul 12, 2006 2:57 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 2:47 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 1:57 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 1:23 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 1:16 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 12:55 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
- Wed Jul 12, 2006 12:50 pm
- Forum: PHP - Code
- Topic: pdf & php
- Replies: 1
- Views: 275
pdf & php
Hi.
I'm trying to search text inside a pdf document using PHP. Looking in php.net documentation i found a useful code, but now i need to know the page where the text searched is.
Do you know how pdf represents the "end of page"?
Thanks.
I'm trying to search text inside a pdf document using PHP. Looking in php.net documentation i found a useful code, but now i need to know the page where the text searched is.
Do you know how pdf represents the "end of page"?
Thanks.
- Wed Jul 12, 2006 12:47 pm
- Forum: PHP - Code
- Topic: php.ini & ini_set();
- Replies: 17
- Views: 3128
php.ini & ini_set();
Hi everybody. I am trying to change the "max_execution_time" directive using the ini_set() function, but the change only is only applied in the browser's window where I execute my code. For example if i open a pop up and I use ini_get() it returns the default value.I know that ini_set() ch...