Welcome Guest, Not a member yet? Register   Sign In
Program do you use?
#1

[eluser]RyanPriestman[/eluser]
Hi guys,

With php, what program do you use if you do use one?
Some like to experiment in a program before putting the final masterpeice onto their site
#2

[eluser]BrianDHall[/eluser]
WampServer or XAMPP allows you to use 'localhost' (your own computer) as a server so you can develop in PHP and have changes you save in the file be instantly updated on your local server. That's how the vast majority of us do it.

Many of us also use Integrated Development Environments (IDEs) for the actual programming, but seeing the results the code produces is still provided by server software.
#3

[eluser]RyanPriestman[/eluser]
I will try one of those out Smile

Over the next year, i want to try and start seriouslly focusing! Smile
#4

[eluser]33cent[/eluser]
Try XAMPP, but enable "short_tags" in php.ini
#5

[eluser]Eric Barnes[/eluser]
I have been using Zend Server CE lately. http://www.zend.com/en/products/server-ce/index

So far I have had great results with it.
#6

[eluser]Jeroen Brussich[/eluser]
Quote:sudo apt-get install apache2 php5-mysql mysql-server php5 libapache2-mod-php5 php5-cgi php5-gd php5-cli phpmyadmi
Quote:sudo apt-get install quanta

On Windows, I really liked eclipse for PHP or notepad++ on a 'webserver on a stick'




Theme © iAndrew 2016 - Forum software by © MyBB