[PHP] PHP's connection handling

2001-03-01 Thread Milan Mlynarcik
instead of line before it returns ABORTED. for($i=0;$i<1;$i++){ echo $i; }; So ... how could I recognize if Cancel button was pressed in download dialog window ??? ----- Milan Mlynarcik Web Programmer Charmed Technology Slovak

[PHP] :: usability

2001-03-06 Thread Milan Mlynarcik
Is "::" used only when referencing on parent class or it has some other funcionality ??? Whaere can I find more documentattion on this topic ??? ----- Milan Mlynarcik Web Programmer Charmed Technology Slovakia Nam. sv. Egidia 16

[PHP] Is there way how to get line number from which function was called ???

2001-03-28 Thread Milan Mlynarcik
Is there way how to get line number from which function was called ??? Milan Mlynarcik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Parent class

2001-04-02 Thread Milan Mlynarcik
Is there way to access paret class from outside of class ??? I know that to access parent object from within the class I can use code like this one: a = "OK"; } } class b extends a { function b() { //here I access a class directly a:

[PHP] Zend Debug Server

2001-02-02 Thread Milan Mlynarcik
Does anybody know how should I recognise if Zend Debug Server is running ??? Milan Mlynarcik