Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-07 Thread a...@ashleysheridan.co.uk
- Reply message - From: Col Day colind...@aol.com Date: Thu, Oct 7, 2010 08:33 Subject: [PHP] Re: Continuance of the struggle (trying to understand) To: php-general@lists.php.net Morning all, Apologies for the delay, I've just become a Dad for the first time so a little distracted! If I

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-07 Thread Steve Staples
:33 Subject: [PHP] Re: Continuance of the struggle (trying to understand) To: php-general@lists.php.net Morning all, Apologies for the delay, I've just become a Dad for the first time so a little distracted! If I explain exactly what I am trying to do then it may become clear

[PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Col Day
Col Day colind...@aol.com wrote in message news:23.81.45586.2820b...@pb1.pair.com... Hi all, After my escapades with the real basics and realizing my laptop wasn't logged on as Administrator, I now am trying to work out why this script works sometimes but not others. html head

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Shreyas Agasthya
Col, Can you let us know what exactly you see when you say http://localhost:/phptest.php ? Regards, Shreyas On Tue, Oct 5, 2010 at 4:20 PM, Col Day colind...@aol.com wrote: Col Day colind...@aol.com wrote in message news:23.81.45586.2820b...@pb1.pair.com... Hi all, After my escapades

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Col Day
Hi Shreyas, Ok, as far as I can tell the script should show This is an HTML line reflecting that I am seeing the HTML part of the script followed by This is a PHP line to show that PHP is installed and working fine. If I view the script directly in IE by going to http://localhost/phptest.php

[PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Col Day
LOL! This is WITH xammp!! Gary php-gene...@garydjones.name wrote in message news:i8f26m$j4...@dough.gmane.org... Col Day wrote: Col Day colind...@aol.com wrote in message news:23.81.45586.2820b...@pb1.pair.com... html head titlePHP Test/title /head body pThis is an HTML

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Steve Staples
Col: If i am reading this correctly, then i think you're looking at this all wrong. If you're working within some kind of page, stored outside of the http://localhost served by apache, like say the .php file is on the desktop... then yeah, you're not going to get the PHP information displayed.

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread chris h
If I paste the script into a web page What do you mean by paste the script into a web page? Can you tell us exactly what you are doing when you do that? Chris. On Tue, Oct 5, 2010 at 7:54 AM, Col Day colind...@aol.com wrote: Hi Shreyas, Ok, as far as I can tell the script should show

RE: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Ford, Mike
-Original Message- From: Col Day [mailto:colind...@aol.com] Sent: 05 October 2010 12:55 To: php-general@lists.php.net Subject: Re: [PHP] Re: Continuance of the struggle (trying to understand) Hi Shreyas, Ok, as far as I can tell the script should show This is an HTML line

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread tedd
At 12:54 PM +0100 10/5/10, Col Day wrote: Hi Shreyas, Ok, as far as I can tell the script should show This is an HTML line reflecting that I am seeing the HTML part of the script followed by This is a PHP line to show that PHP is installed and working fine. Col: Do this: 1. Create a file

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread tedd
At 1:56 PM -0400 10/5/10, tedd wrote: At 12:54 PM +0100 10/5/10, Col Day wrote: Hi Shreyas, Ok, as far as I can tell the script should show This is an HTML line reflecting that I am seeing the HTML part of the script followed by This is a PHP line to show that PHP is installed and working

Re: [PHP] Re: Continuance of the struggle (trying to understand)

2010-10-05 Thread Steve Staples
On Tue, 2010-10-05 at 14:32 -0400, tedd wrote: At 1:56 PM -0400 10/5/10, tedd wrote: At 12:54 PM +0100 10/5/10, Col Day wrote: Hi Shreyas, Ok, as far as I can tell the script should show This is an HTML line reflecting that I am seeing the HTML part of the script followed by This is a