php pages not appearing

--0-1436181189-1238267459=:4133
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

I am teaching myself=A0how to program in php.=A0 What do I need to load int=
o my laptop so I can review in a browser what I've composed? =0A=A0=0ATanne=
ra Kane=0AUrban archeologist, photographer, and writer=0A=0Ahttp://groups.y=
ahoo.com/group/Ariel_Kastanova
--0-1436181189-1238267459=:4133--
Ariel Kastanova [ Sa, 28 März 2009 20:10 ] [ ID #1995578 ]

Re: php pages not appearing

--0016363ba7987d35980466338f79
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

You need a web server set up

It pretty easy to set up webservers on localhost and php you may aswell
install a db too

here are some links
http://www.phpied.com/installing-php-and-apache-on-mac-osx-t hat-was-pretty-easy/
http://www.sebastiansulinski.co.uk/web_design_tutorials/web_ server/installing_apache_php_mysql_a.php

enjoy

- S


2009/3/28 Ariel Kastanova <ariel_kastanova [at] yahoo.com>

> I am teaching myself how to program in php. What do I need to load into my
> laptop so I can review in a browser what I've composed?
>
> Tannera Kane
> Urban archeologist, photographer, and writer
>
> http://groups.yahoo.com/group/Ariel_Kastanova

--0016363ba7987d35980466338f79--
Sam Sherlock [ Sa, 28 März 2009 21:18 ] [ ID #1995579 ]

RE: php pages not appearing

I suggest XAMPP as an all-in-one package for development work.

It includes the following (free of charge):
=95 Apache HTTPD 2.2.11 + Openssl 0.9.8i (Web server)
=95 MySQL 5.1.30 (database)
=95 PHP 5.2.8
=95 phpMyAdmin 3.1.1 (Database Management)
=95 FileZilla FTP Server 0.9.29
=95 Mercury Mail Transport System 4.52

URL: http://www.apachefriends.org/en/xampp-windows.html

For a simple (and free) PHP and SQL editor, Notepad++ is my choice. If =
you
find that does not meet your needs, there are many others such as =
NuSphere,
Zend Studio, ActiveState Komodo, Eclipse, etc. All have their good and
not-so-good attributes that will spark debate ad infinitum.


Jeff


-----Original Message-----
From: Ariel Kastanova [mailto:ariel_kastanova [at] yahoo.com]
Sent: Saturday, March 28, 2009 15:11
To: php-windows [at] lists.php.net
Subject: [PHP-WIN] php pages not appearing

I am teaching myself=A0how to program in php.=A0 What do I need to load =
into my
laptop so I can review in a browser what I've composed?
=A0
Tannera Kane
Urban archeologist, photographer, and writer

http://groups.yahoo.com/group/Ariel_Kastanova


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jeff White [ Sa, 28 März 2009 22:31 ] [ ID #1995580 ]
PHP » gmane.comp.php.windows » php pages not appearing

Vorheriges Thema: PHP connecting to MSSQL
Nächstes Thema: Where to put class files?