Re: [PHP] mime type over http post?

2007-05-16 Thread Oliver Block
Hello Ray, 1. create the xml markup (dom) 2. open a connection to the 3rd party server (fsockopen) 3. send the header (fputs) 4. send the body (fputs) 5. close the connection Additional Questions? Best Regards, Oliver P.S: I just know better where to look for information:-) - original

Re: [PHP] SESSION LOST!

2007-05-10 Thread Oliver Block
Am Donnerstag, 10. Mai 2007 08:59 schrieb Sascha Braun: but after a little time, the session is just lost. That doesn't say anything to me. Could you be more verbose on what you mean by the sessin is lost? Regards, Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] mail() only working with php-cli

2007-05-05 Thread Oliver Block
Hello Andy, did you take a look into the apache log files? Regards, Oliver Am Samstag, 5. Mai 2007 22:53 schrieb Andy B.: Is there any way to debug the mail() function within PHP4 or PHP5? The following code is not working when called from a browser, but it does work from the command

Re: [PHP] passing GET via include

2007-05-04 Thread Oliver Block
Am Freitag, 4. Mai 2007 09:22 schrieb Mark Smith: Hello all, Is there a way to allow the passing of variables to included scripts See it another way: The includED script will be part of the includING script. ---includeme.inc- ?php $message=Hello!\n; ?

Re: [PHP] Using timezones

2007-05-04 Thread Oliver Block
Am Freitag, 4. Mai 2007 13:39 schrieb Rob Desbois: What's the best way to go about providing this functionality? Should I just provide an option of all regional timezones (how do I use this? If the user specifies the timezone, it might be comfortable to use the time zones as described in

Re: [PHP] Sockets as a module or a separate PHP CLI instance?

2007-05-02 Thread Oliver Block
Am Mittwoch, 2. Mai 2007 13:29 schrieb [EMAIL PROTECTED]: I need to do some socket work on a production machine that is constantly busy so I don't dare re-compile php. Anybody know if it's possible to load the socket functions dynamically, maybe as if they were in a module? It's possible if

Re: [PHP] Sockets as a module or a separate PHP CLI instance?

2007-05-02 Thread Oliver Block
Am Mittwoch, 2. Mai 2007 14:36 schrieb Oliver Block: --with-socket=shared Actually it should be --enable-sockets=shared Regards, Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bounce composition

2007-05-02 Thread Oliver Block
Am Mittwoch, 2. Mai 2007 20:11 schrieb Richard Lynch: Does anybody have or know of a good simple PHP script that can take an email as an input, and compose a Bounce email as output? I need something that does just that, without a huge framework or a zillion other features... please try this:

Re: [PHP] PHP MySQL - Field Title

2007-04-30 Thread Oliver Block
Am Montag, 30. April 2007 07:47 schrieb Christian Haensel: but now I have the problem with the field names and all... can someone point me into the right direction? http://www.php.net/manual/de/ref.mysql.php php-db at lists.php.net If you need to use an assoc array, use the following SQL

Re: [PHP] How to check value in multidimensional array

2006-11-18 Thread Oliver Block
Am Samstag, 18. November 2006 22:08 schrieb Erik Gyepes: Oliver Block wrote: Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes: What exactly do you need to do? You should read the manual too, at I would like to check if the value is really in the array, if it is not then I would

[PHP] Sessions

2006-06-06 Thread Oliver Block
Hi, is there any easy way to use differnt sessions on the same domain? I didn't really dig for a solution, but if anybody has one ready? Best Regards, Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions

2006-06-06 Thread Oliver Block
Am Dienstag, 6. Juni 2006 20:51 schrieb Jay Blanchard: Yes. http://www.php.net/session session_set_cookie_params() ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php