[PHP] Error with DOMDocument in php's functions

2009-03-10 Thread Mauricio Muriel
Hi Guys, I want to ask you about this problem: I have a FUNCTION where is a DOMDocument element, that DOMDocument element is Load from a string (With well formed XML structure) stored in a param, this is code: ?php function xml_match($columns,$text,$result) { ... /* Some code */ ... $doc =

[PHP] fopen function and charset

2007-10-02 Thread Mauricio Muriel
Hi. I want to know, what charset is applied to every file when is created with the fopen function and how can I to manage the charset when I use the fopen function? For example: If i want to create an ISO-8859-2 file, how can I to force, the fopen function to create it? Regards -- Mauricio

[PHP] How to upload files up to 40MB with a html post form?

2007-02-13 Thread Mauricio Muriel
How can I upload files up to 40MB with a html post form? (without a ftp client) Please, remember 1. My hosting provider has up to 120 seconds apache timeout 2. My hosting provider has up to 10MB to upload files in php.ini Any kind of ideas? Regards Mauricio M.

[PHP] How can I know if a browser is cookies enables?

2007-02-04 Thread Mauricio Muriel
Hello. How can I know if a web browser is cookies enables? Regards Mauricio M.