Archive for the 'PHP editors' Category

Looping Statement At PHP

Sunday, August 10th, 2008


Image Source: www.ariel.web.id
Looping statements, like Do-While looping statements, While looping statements, and For looping statements, makes programming very easy, even at making PHPs. But did you know that there is something that looping statements can’t loop? That’s right! There is something. Looping statements can’t loop If-Else statements. That’s because when the looping statement starts, it goes through the If-Else statement, and then, whatever the statement the If-Else statement supplies, it will be the new statement the looping statement loops, and the If-Else statement will be left aside. I’ve been creating PHPs in our school and I tell you, it’s very frustrating that your looping statements are not looping the whole statements you put inside it. Thus, your website will not work properly. The only solution that I find is that you have to use Switch statements. Switch statements are like If-Else statements, but the Switch statements are more specific. Try it! It works, even at other programming language

A List of PHP Editors

Monday, May 5th, 2008

20070523_appz_0002.jpg

In case this may come in handy, here is a list of editors which can be used with the PHP scripting language.

Windows

ConTEXT – version 0.97.4; freeware
Crimson Editor – version 3.60; freeware
Programmer’s Notepad –
PSPad – version 4.3.0; freeware
Notepad++
NuSphere PhpED – version 5.0; commercial
NuSphere Nu-Coder – version 1.4; commercial

Mac OS X

skEdit
Smultron – version 1.0.1; freeware
TextWrangler
TextMate
Coda

Linux

Bluefish – version 1.0; other
Geany
gedit
gPHPEdit
Kate – version 2.2; freeware
Quanta Plus – version 3.2.1; freeware

Multiple OS

NetBeans
Eclipse
Aptana
Emacs – version 21; freeware
jEdit – version 4.1; freeware
SciTE – version 1.53; freeware
Vim – version 6.1; freeware
nano