Forum Moderators: coopster

Message Too Old, No Replies

Please is there any free PHP Desktop Application?

         

makeithappen

1:17 pm on Jul 25, 2012 (gmt 0)

10+ Year Member



Please is there any free and good php desktop application i can download

thanks expecting feedback

coopster

9:25 pm on Jul 25, 2012 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Can you offer some more details of what you are seeking?

rlange

2:46 pm on Jul 26, 2012 (gmt 0)

10+ Year Member



I'll go out on a limb and assume you're looking for an application you can use to write PHP code.

I've been happily using a program called "NetBeans". I don't know if it's OK for me to link to it, but you can find it with a search on Google, Bing, etc.

It might be a little difficult to wrap your head around if you're new to programming and IDEs (integrated development environments), though.

--
Ryan

lucy24

10:07 pm on Jul 26, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



php as such is open source or at least free isn't it? So all you need is an editor with a Syntax Highlighting feature so you can see what you're doing. If everything starting in the middle of line 3 is purple, you've left something out.

Depending on your computer and OS, you may already have some version of php hiding somewhere. And they throw in another copy with MAMP and WAMP.

If you're on shared hosting find out what version of php they use. Make sure you're not writing your code in a newer version than what the host has. (Older shouldn't be a problem.)