t is use a single (') quote and not (") quote. Change it to a single
'
and see how you go then
Mike
- Original Message -
From: "Roel Dillen" <[EMAIL PROTECTED]>
To:
Sent: Saturday, January 08, 2005 7:08 PM
Subject: Re: [PHP-WIN] Blank screen problem
;
That is use a single (') quote and not (") quote. Change it to a single '
and see how you go then
Mike
- Original Message -
From: "Roel Dillen" <[EMAIL PROTECTED]>
To:
Sent: Saturday, January 08, 2005 7:08 PM
Subject: Re: [PHP-WIN] Blank screen problem
this is what I get when I view the source
And the following is in test.php
PHP Test
This is an HTML line
This is a PHP lineâ;
phpinfo();
?>
Quite curious is it not?
On Fri, 07 Jan 2005 14:45:34 +, Luis Moreira
<[EMAIL PROTECTED]> wrote:
When you run a PHP script, if you "view so
When you run a PHP script, if you "view source" you don't see the code.
What you see is the result of the script.
If the script doesn't output text, be it html or not, there's nothing to
see...
The script
Hello World";
echo "It's me !";
?>
would produce
*Hello World*
It's me !
with this as
I ran a basic php script (php_info) but appearantly it doesn't do anything.
In viewsource the php code doesn't show up. I have Apache 2 and PHP 5 I have
adapted my httpd.conf so it should be able parse the php through the CLI
method. I have added these lines to achieve this
LoadModule php5_module "