Re: [PHP] State and City Database

2010-07-11 Thread viraj
On Fri, Jul 9, 2010 at 5:37 PM, Thijs Lensselink wrote: > On 07/07/2010 10:02 PM, tedd wrote: >> >> Hi gang: >> >> Does anyone have a source for a US State and City database? if some one need ip-location service.. try it here.. http://ceynet.asia/api/geo.php?ip=8.8.8.8 hope to open the geo api

[PHP] Static Class Member References

2010-07-11 Thread Daniel Kolbo
Hello PHPers, I'm having some trouble understanding some PHP behaviour. The following example script exhibits the behaviour which I cannot understand. [code] c =& A::$a; } } $c = new C; $b = new B; $cee = new C; var_dump($c->c); // [i] prints object(B), but [ii] prints int 3 v

Re: [PHP] Netbeans XDebug Breakpoints Socket Accept

2010-07-11 Thread Daniel Kolbo
tedd wrote: > At 7:04 PM -0400 7/10/10, Daniel Kolbo wrote: >> Hello, >> >> I'm trying to use the debugging features of Netbeans for the first time. >> The Netbeans debugger is not stopping at breakpoints. I searched the >> net, I found out i wasn't the only one with such issues. However, afte

Re: [PHP] Netbeans XDebug Breakpoints Socket Accept

2010-07-11 Thread tedd
At 7:04 PM -0400 7/10/10, Daniel Kolbo wrote: Hello, I'm trying to use the debugging features of Netbeans for the first time. The Netbeans debugger is not stopping at breakpoints. I searched the net, I found out i wasn't the only one with such issues. However, after going through the various