Re: Fwd: Re: [PHP] is my server working

2003-06-15 Thread Lars Torben Wilson
On Sun, 2003-06-15 at 19:56, Khoo Merry wrote: > Hei, everyone > My configuration is working now. Thank's for everybody helps. > My apache is able to parse the .php4 extension. > I found that i shouldn't save my .php4 in document format. I have to > use notepad instead of world pad. I dun know why

Fwd: Re: [PHP] is my server working

2003-06-15 Thread Khoo Merry
-- Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "Alex Ciurea" <[EMAIL PROTECTED]> Cc: "php mailinlist" <[EMAIL PROTECTED]>; "Khoo Merry" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 11:18 AM Subject: Re:

Fwd: Re: [PHP] is my server working

2003-06-15 Thread Khoo Merry
Alex Ciurea Greets You > www.netonwave.com > - Original Message - > From: "Lars Torben Wilson" <[EMAIL PROTECTED]> > To: "Alex Ciurea" <[EMAIL PROTECTED]> > Cc: "php mailinlist" <[EMAIL PROTECTED]>; "Kho

Re: [PHP] is my server working

2003-06-15 Thread DvDmanDT
quot; <[EMAIL PROTECTED]> > To: "Alex Ciurea" <[EMAIL PROTECTED]> > Cc: "php mailinlist" <[EMAIL PROTECTED]>; "Khoo Merry" > <[EMAIL PROTECTED]> > Sent: Sunday, June 15, 2003 11:18 AM > Subject: Re: [PHP] is my server workin

Re: [PHP] is my server working

2003-06-15 Thread Alex Ciurea
ECTED]> Cc: "php mailinlist" <[EMAIL PROTECTED]>; "Khoo Merry" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 11:18 AM Subject: Re: [PHP] is my server working > On Sun, 2003-06-15 at 01:07, Alex Ciurea wrote: > > try to use echo instead of print()

Fwd: Re: [PHP] is my server working

2003-06-15 Thread Khoo Merry
essage --- do it like this: Today's date is or like this: \n"; print "Today is $Today"; ?> From: Khoo Merry <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP] is my server working Date: Sat, 14 Jun 2003 22:09:12 -0700 (PDT) I'm using windows me, serve

Re: [PHP] is my server working

2003-06-15 Thread Lars Torben Wilson
On Sun, 2003-06-15 at 01:07, Alex Ciurea wrote: > try to use echo instead of print() : > > >> > echo $myString; > >> > > or, if u realy want to use the print function, try this: > > >> > print("$myString", %s); > >> > > maybe will work > > > Alex Ciur

Fwd: Re: [PHP] is my server working

2003-06-15 Thread Khoo Merry
i had configure the php 4 with apache 1.3 in the httpd.conf configuration file. When i tried the single line in the local host. Note: forwarded message attached. Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!--- Begin Message --- Merry-- No, it's not working. Does your Apache httpd.co

Re: [PHP] is my server working

2003-06-15 Thread Alex Ciurea
lex Ciurea Greets You www.netonwave.com - Original Message - From: "Khoo Merry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 8:09 AM Subject: [PHP] is my server working > I'm using windows me, server apache 1.3 for php. > I had wr

Re: [PHP] is my server working

2003-06-14 Thread John Hicks
Merry-- No, it's not working. Does your Apache httpd.conf file load the PHP modules? Try changing your tags from to Try a page that contains only this one line: Good luck. --John On Sunday 15 June 2003 01:09 am, Khoo Merry wrote: > I'm using windows me, server apache 1.3 for php. > I had

[PHP] is my server working

2003-06-14 Thread Khoo Merry
I'm using windows me, server apache 1.3 for php. I had wrote this code and tried it at local host, but the php code didn't work. The code is like this: Today's date is Istead of print Today's date is Sunday June 14, 2003 Hello World The out put is only "Today's date is". Is my server worki