Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to php, standard questions

Status
Not open for further replies.

bclt

Programmer
Mar 13, 2005
363
GR
Hi all,

As mentioned in the subject, i know nothing about php. I need some help about the tools i need to start writing php code. Such as if there is an editor, program to instal etc...


Tnx!
 
You'll need a webserver to run the code on (either on your own machine or a hosting service). As php is plain text you can use anything to edit it (right down to the DOS EDIT command), I tend to use notepad, but there are a few editors out there with syntax highlighting you might prefer (I can't remember them off-hand unfortunately).
 
There's a FAQ in this forum with suggestions from members on PHP editors.

You actually don't even need a web server. You can run PHP as a standalone language.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
sleipnir214: I didn't know that actually (standalone), though I'm not surprised that it was done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top