Thu May 04, 2006 4:19 pm |
Replies: 5 |
Views: 6408 |
|
![](./templates/Morpheus/images/spacer.gif) |
No. It's not browser dependant. Cookies are sent to the client with setcookie() function or using header() or some other ways but are never sent magically/automatically from $_COOKIE
Right, I was r ...
|
Thu May 04, 2006 1:26 pm |
Replies: 3 |
Views: 5919 |
|
![](./templates/Morpheus/images/spacer.gif) |
They have to match. If they don't, you'll see real remote file executed while bogus local file shown in the IDE. There are many ways to synchronize content of remote host with local projects. Don't he ...
|
Thu May 04, 2006 1:17 pm |
Replies: 5 |
Views: 6408 |
|
![](./templates/Morpheus/images/spacer.gif) |
Thanks for your answers. The reason I am asking some of my qustions is that I am trying to understand a complex PHP application's scripts (typo3) and I am also new to PHP and want to see if PHPED will ...
|
Thu May 04, 2006 5:31 am |
Replies: 3 |
Views: 5919 |
|
![](./templates/Morpheus/images/spacer.gif) |
When debugging is being done remotely and being started from an external browser, how does the debugger communicate which script is being executed to PHPED debugging client? Does the debugger notify t ...
|
Thu May 04, 2006 5:17 am |
Replies: 5 |
Views: 6408 |
|
![](./templates/Morpheus/images/spacer.gif) |
I have been trying other IDEs over the past few days and have noticed problems handling or controlling the debugger client’s requests to the remote server.
What I mean is this, if I have five pag ...
|