Re: [PHP] newbie php tutorial question

2006-10-02 Thread Richard Lynch
On Sun, October 1, 2006 1:27 pm, srdaniel wrote: > I setup Apache 2.2.3.0 and PHP 5.1.6.6. > > When I run this PHP file: > > > > >PHP Test > > > Hello World'; ?> > > > > > Any ideas why I get this for output? > > > Hello World >

Re: [PHP] newbie php tutorial question

2006-10-02 Thread Satyam
PROTECTED]> Cc: Sent: Sunday, October 01, 2006 10:49 PM Subject: Re: [PHP] newbie php tutorial question srdaniel wrote: I setup Apache 2.2.3.0 and PHP 5.1.6.6. When I run this PHP file: PHP Test Hello World'; ?> Any ideas why

Re: [PHP] newbie php tutorial question

2006-10-01 Thread J R
run this bit of code to check if everything is working. On 10/2/06, Stut <[EMAIL PROTECTED]> wrote: srdaniel wrote: > I setup Apache 2.2.3.0 and PHP 5.1.6.6. > > When I run this PHP file: > > > > > PHP Test > > > Hello World'; ?> > > > > > Any id

Re: [PHP] newbie php tutorial question

2006-10-01 Thread Stut
srdaniel wrote: > I setup Apache 2.2.3.0 and PHP 5.1.6.6. > > When I run this PHP file: > > > > > PHP Test > > > Hello World'; ?> > > > > > Any ideas why I get this for output? > > > Hello World > > '; ?> > Apach

[PHP] newbie php tutorial question

2006-10-01 Thread srdaniel
I setup Apache 2.2.3.0 and PHP 5.1.6.6. When I run this PHP file: PHP Test Hello World'; ?> Any ideas why I get this for output? Hello World '; ?> srdaniel -- PHP General Mailing List (http://www.php.net/) To