[PHP] Re: fread problem

2006-01-03 Thread Mario de Frutos Dieguez
8192) i obtain the same text and if a put 4096 it cut before. - -- ************** FUNDACIÓN CARTIF MARIO DE FRUTOS DIEGUEZ - Email: [EMAIL PROTECTED] División de Ingeniería del Software y Comunicaciones Parque Tecnológico de Boecillo, Parcela 205

[PHP] fread problem

2006-01-02 Thread Mario de Frutos Dieguez
Hi! I have a problem using fread with a XML document. When i read some nodes with a great amount of text it cuts in the same place of the text. There are any limitation of text or something? I have in the php.ini the amount of memory in 256M. Thanks in advance -- PHP General Mailing List (http:

Re: [PHP] Dates problem

2005-04-27 Thread Mario de Frutos Dieguez
Petar Nedyalkov escribió: On Wednesday 27 April 2005 09:17, Mario de Frutos Dieguez wrote: Hi! I have a problem with dates. I have a function that sum a duration in laboral days to an initial date. The problem come when the function reaches the last sunday of October, the data remains in the

[PHP] Dates problem

2005-04-26 Thread Mario de Frutos Dieguez
all the cases and only fails in the last sunday of October. Can anyone help me? Thanks in advance. PD: Jochem home english is bad english :P -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- PHP General Mailing List (http

[PHP] strtotime() lost precision?

2005-04-26 Thread Mario de Frutos Dieguez
precision? (Sorry for my home english :P) -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Line feed in a echo

2005-04-26 Thread Mario de Frutos Dieguez
Andri Heryandi escribió: Use echo "something "; is that what you mean? Mario de Frutos Dieguez wrote: How can i make a line feed in a echo instruction? like printf("foo\n"); yes that's it thx -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunic

[PHP] Line feed in a echo

2005-04-26 Thread Mario de Frutos Dieguez
How can i make a line feed in a echo instruction? like printf("foo\n"); -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] .htaccess

2005-04-19 Thread Mario de Frutos Dieguez
pete M escribió: I'm trying to figure out out to put a directive in .htaccess to make the session timeout in 4 hours .. tried php_flag session.cookie_lifetime 240 and a few others can someone help ! tia Try ini_set("session.gc_maxlifetime","2400"); -- Mario de F

Re: [PHP] How to unset a post variable (SOLVED)

2005-04-18 Thread Mario de Frutos Dieguez
nge something in between "load" and "reload" and you have to tie it to that user, filling in that form, at that time. There's no easy way to do that unless *YOU* somehow notate each FORM you send out, and then mark it as "used" when it comes back. On Mon, Apr 1

[PHP] How to unset a post variable

2005-04-15 Thread Mario de Frutos Dieguez
!="") { insert commands.. } , etc My question is, how can i unset $_POST["buttonNew"] or leave it empty because when the user refresh the page make insert commans again because the $_POST["buttonNew"] arent empty. Thx in advance for all *^_^* -- Mario de Frutos

Re: [PHP] Image and PHP

2005-04-14 Thread Mario de Frutos Dieguez
Petar Nedyalkov escribió: On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote: I have a page where i place an image but i want when i show the image delete it. How can i do this? You want to delete it from the clients machine or what? -- Mario de Frutos Dieguez División de

[PHP] Image and PHP

2005-04-14 Thread Mario de Frutos Dieguez
I have a page where i place an image but i want when i show the image delete it. How can i do this? -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http