[PHP] Re: Buffering

2004-12-16 Thread Lorderon
ut still get the chunks in variables.. thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Buffering

2004-12-16 Thread Lorderon
Hi, "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Lorderon wrote: > > What I want to do is "catch" the output buffer, but do not delay the > > buffer > > It occurs to me that maybe you should tell us WHY you want this,

[PHP] Re: Output buffering - saving + echoing

2004-12-15 Thread Lorderon
Hi, "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Lorderon wrote: > > What I want to do is "catch" the output buffer, but do not delay the > > buffer > > It occurs to me that maybe you should tell us WHY you want this,

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Lorderon
t i meant for. I want the script to output data as regular like not using buffering. But I want to catch output chunks in variables. How this can be done? thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Lorderon
t i meant for. I want the script to output data as regular like not using buffering. But I want to catch output chunks in variables. How this can be done? thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Output buffering - saving + echoing

2004-12-14 Thread Lorderon
How is it done? thanks in advance, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] constructing class

2004-12-01 Thread Lorderon
Hi, I want to create an instance of a class and construct it with different params. The class name is a variable and the params change in each class. Is there a way to pass params to the constructor of a class like you pass params in the function call_user_func_array() ? BTW, there's a solution

[PHP] constructing class

2004-12-01 Thread Lorderon
Hi, I want to create an instance of a class and construct it with different params. The class name is a variable and the params change in each class. Is there a way to pass params to the constructor of a class like you pass params in the function call_user_func_array() ? BTW, there's a solution

[PHP] Heap implementation

2004-12-01 Thread Lorderon
Hi, I searched the web but couldn't find an implementation class of HEAP in PHP. If someone has anything that is like, please let me know. Thanks in advance :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Heap

2004-12-01 Thread Lorderon
Hi, I searched the web but couldn't find an implementation class of HEAP in PHP. If someone has anything that is like, please let me know. Thanks in advance :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] creating XML with simpleXML

2004-11-18 Thread Lorderon
Hi, I know how to parse XML files with simpleXML. It also allows to edit/modify elements contents. But, is there a way to create an XML from scratch using simpleXML? -thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] strftime

2004-02-17 Thread Lorderon
Hi All, I'm using the next code: The browser encoding is set on Windows-1255.. what's the problem? -thanks, Lorderon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unix-Apache: running apache as different user

2004-01-28 Thread Lorderon
user/group in case I use Apache Module for PHP? Also, I read about the AssignUserID directive, but couldn't figure out if it affects Apache Module or only CGI module for PHP? thanks in advance -Lorderon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php