whats the php info?
From: Serenity Schindler <kyla_vkarit@xxxxxxxxx>
To: php-db@xxxxxxxxxxxxx
Subject: php problem
Date: Thu, 6 Jan 2005 05:00:32 -0800 (PST)
MIME-Version: 1.0
Received: from lists.php.net ([216.92.131.4]) by mc10-f30.hotmail.com with
Microsoft SMTPSVC(6.0.3790.211); Thu, 6 Jan 2005 05:01:36 -0800
Received: from ([216.92.131.4:19798] helo=pb1.pair.com)by pb1.pair.com
(ecelerity HEAD (r3992M)) with SMTPid 40/9E-00694-0B63DD14 for
<dbnm@xxxxxxxxxxx>; Thu, 06 Jan 2005 08:01:36 -0500
Received: (qmail 33804 invoked by uid 1010); 6 Jan 2005 13:00:37 -0000
Received: (qmail 33790 invoked by uid 1010); 6 Jan 2005 13:00:37 -0000
X-Message-Info: 6sSXyD95QpW4Qlznwr+PaUISO5zVUEDYHmufcGYXiPw=
Return-Path: <php-db-return-37998-dbnm=hotmail.com@xxxxxxxxxxxxx>
X-Host-Fingerprint: 216.92.131.4 lists.php.net Mailing-List: contact
php-db-help@xxxxxxxxxxxxx; run by ezmlm
Precedence: bulk
list-help: <mailto:php-db-help@xxxxxxxxxxxxx>
list-unsubscribe: <mailto:php-db-unsubscribe@xxxxxxxxxxxxx>
list-post: <mailto:php-db@xxxxxxxxxxxxx>
Delivered-To: mailing list php-db@xxxxxxxxxxxxx
Delivered-To: ezmlm-scan-php-db@xxxxxxxxxxxxx
Delivered-To: ezmlm-php-db@xxxxxxxxxxxxx
X-Host-Fingerprint: 206.190.38.234 web51803.mail.yahoo.com FreeBSD 4.7-5.2
(or MacOS X 10.2-10.3) (2)
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;s=s1024;
d=yahoo.com;b=U1nGI9pvlKE2Iv1QBvWXTvGWPvNX3mvrROr31XWwk/kszJ6mkDXfgQNuYpY9Z2iDEk/pI/c34RBx7hlEbjIgy5Bal0ecKHZjGXw3YeV7PJYmAoy6z2tHWWulSxFT8BfoAI4mEU7/gYX3wiev2DD9jG3V37cmjE/9VtYjvJq81K8=
;
X-OriginalArrivalTime: 06 Jan 2005 13:01:36.0783 (UTC)
FILETIME=[DADC71F0:01C4F3EF]
I am new to php and have no idea what I'm doing wrong. I have a file named
test.php containing:
<html>
<head>
<title> PHP Test </title>
</head>
<body>
<p>This is an HTML line
<p>
<?php
echo "This is a PHP line";
phpinfo();
?>
</body>
</html>
The html lines show up just fine but none of the php info is displayed. Any
ideas?
~Serenity~
---------------------------------
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php