[PHP] Super newbie question with Hello world! statement

2001-10-20 Thread epanagio

I have been trying for several hours to get this going but I can't. Any
suggestions?

html
body
   ?php
  phpinfo();
?
/body
/html

Also I have this extremely complex program:
html
body
?php
phpinfo();
?
/body
/html

In both cases the programs are named something.php

Thanks for your help.

Evan P.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Super newbie question with Hello world! statement

2001-10-20 Thread MINI2

Dump all the extra html tags and just put 
?php
phpinfo();
?

in the file and see if that works.

Cheers
Casey

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, October 20, 2001 7:00 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Super newbie question with Hello world! statement

I have been trying for several hours to get this going but I can't. Any
suggestions?

html
body
   ?php
  phpinfo();
?
/body
/html

Also I have this extremely complex program:
html
body
?php
phpinfo();
?
/body
/html

In both cases the programs are named something.php

Thanks for your help.

Evan P.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Super newbie question with Hello world! statement

2001-10-20 Thread Evan Panagiotopoulos

Oops, while I was trying to get the version of Apache I tested the
httpd.conf file and I got the following messages:

params.c:Parameter() - Ignoring badly formed line in configuration file:
IfDefine HAVE_PHP
params.c:Parameter() - Ignoring badly formed line in configuration file:
LoadModule php_module modules/mod_php.so

WHat does this mean? SHould I try to reinstall something?

Thanks.


Mini2 wrote:

 Give us some info about the machine running this.  OS, PHP version,
 Apache?  Is this your own box? Remote server that you have a shared
 account on?

 Cheers
 Casey





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]