Re: [PHP] Try/Catch

2003-09-09 Thread Curt Zirzow
* Thus wrote -- ([EMAIL PROTECTED]): Hello Jay, Yes, I´m running PHP5. And in my code you can see that the exception is throwed in an a call to a methode from an aggregated object in a suclassed one ($this-curl-GET()). The GET() methode throws the excpetion if curl_exec returns an

Re: [PHP] Session Variables in a Class

2003-09-09 Thread Curt Zirzow
* Thus wrote Curt Zirzow ([EMAIL PROTECTED]): * Thus wrote micro brew ([EMAIL PROTECTED]): Hi everyone, I've been experimenting with sessions. I can make them work just fine in a normal PHP page. But when I create a class and try to define a session variable within a method in the

Re: [PHP] Re: yahoo messeger scrpt php

2003-09-09 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): [...snip blank lines...] Roy Daniel , ST , IT Application Support Development EngineerPT BERCA COMPUTEL [EMAIL PROTECTED]// [EMAIL PROTECTED] What is all this in the beginning of your email? [...snip more unnecessary

RE: [PHP] Encrypt/Serialize Source Code for Sale

2003-09-09 Thread Adrian Teasdale
There is also a free obfuscator at SourceGuardian: http://www.sourceguardian.com/downloads/sg20.zip The encryption tools to look at are: Zend encoder SourceGuardian Pro Turck MMCache Ioncube Doing a google search for any of the above will bring up enough for you to work with -Original

[PHP] No answers found - Why var and why ?

2003-09-09 Thread André Cupini
Save all programers! (sorry my brazilian english) I have a simple doubt, but i´m tired because i not found answers... Why, inside a class, declarare $this variables in a format var $varname; before of a constructor? And, please, what intend the signal before functions name? I know the

[PHP] Lost Connection to MySQL server during query

2003-09-09 Thread Donald Tyler
I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere between 5-10 minutes to complete, and as it runs it constantly outputs a report on its progress. The script seems to run fine the first time I run it, but

<    1   2