Re: [PHP] What software do you use for writing PHP?

2005-12-08 Thread shining
Eclipse+PHPEclipse

2005/12/9, Zack Bloom [EMAIL PROTECTED]:

 Notepad++ is inherently better then notepad (and textpad) and free.





 I wish I had the punch card version.  I have to rewire my php box
 everytime
 I want to change something.


 On 12/8/05, David Robley [EMAIL PROTECTED] wrote:

  John Nichel wrote:
 
   Miles Thompson wrote:
   At 11:45 AM 12/7/2005, Jay Blanchard wrote:
  
   [snip]
Two words  punch cards. 'Nuff said.
   
  
   Come on now Jay, we know you're old and all, but everyone knows that
  you
   cannot edit php with punch cards.  Hanging chads will cause too many
   fatal errors.  ;)
   [/snip]
  
  
   ROFLMMFAO
  
  
   Why these clumsy interfaces?
  
   Just plug the Firewire in your ear!
  
   n00b
  
   ;)
  
 
  Punch cards? Looxury. Toggle switches on the front of the computer
 
 
 
  Cheers
  --
  David Robley
 
  Circular Definition: see Definition, Circular.
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
  Jim Moseby wrote:
 
  
   Curt Zirzow wrote:
On Tue, Dec 06, 2005 at 06:36:33PM +0100, M. Sokolewicz wrote:
   
   Jason Petersen wrote:
   
   On 12/6/05, Jeff McKeon [EMAIL PROTECTED] wrote:
   
   
   Hey all,
   
   Forever now I've been using Frontpage for all my web work
   including php.
   I'm sure there's better software out there that is more suited to
   writing and editing PHP pages.  What do you all use?
   
   
   
   Vim is my editor of preference.  If I have to use Windows,
   I usually go
   with
   Homesite (because I already have a licensed copy) or
   Textpad (because it's
   better than Notepad).
   
   IDEs?  Who needs 'em ;)
   
   Best,
   Jason
   
   
   same here :)
   Vim on UNIX machines, and Textpad on Windows
   
   
man you guys are wimps.. gvim on windows... :)
  
   Pt'Edit' in DOS.  ;)
  
  
   (Pt * 2)  'edlin' in DOS.  :P
 
  (Pt * 3) SPF on IBM mainframe
 
 
  Cheers
  --
  David Robley
 
  You have two choices for dinner: Take it or Leave it.
 
  --
  PHP General Mailing List (http://www.php.net/ )
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 




[PHP] How can I track the value in php

2005-11-05 Thread shining
Hi,
I am php beginner, I have a question:
in my index page, I firstly inlcude_once a A.php file, where i defined an
array, secondly I include another .php file named B.php, where I want to use
the array, I have claimed it as global type, but it seems I can't retrieve
any value from the array.
So I want to ask:
1. Is my use way right?
2. if I want to track a variable value how it changed between php functions,
besides I print out it's value, Is there any other way to do it?
 Any suggestion and solution welcomed!
Thanks in advance.