Search found 8 matches

by csfolch
Wed Jul 12, 2006 2:57 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

Espero no tener que hacerlo. :cry:
by csfolch
Wed Jul 12, 2006 2:47 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

Yes, but the cds have been recorded 1 month ago.
by csfolch
Wed Jul 12, 2006 1:57 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

no the server is not apache (i think) I use an application called microweb that run php from cd without a server (well i suppose it has one inside).
by csfolch
Wed Jul 12, 2006 1:23 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

What about frames? Create a frameset with a frame (height=0 and width=0) with the ini_set() and the other with the application?
by csfolch
Wed Jul 12, 2006 1:16 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

No I can´t. I was trying to create a new .php that runs the ini_set() in a popup and after that runs the cd application while the popup waits with sleep() .
by csfolch
Wed Jul 12, 2006 12:55 pm
Forum: PHP - Code
Topic: php.ini & ini_set();
Replies: 17
Views: 3128

That is the problem. The files are inside a CD and we recorded 1000, but now there is a database query that expends more than the default time in old computers. So we are trying to write a "patch" to solve it.

Thanks.
by csfolch
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.
by csfolch
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...