Jump to content

New Job, PHP4, HELP!


fire3

Recommended Posts

Hi I recently have begun a new job and before this one I have worked with PHP5, this companies intranet runs PHP4 but no one knows if it is even properly set up.  I just set up little test page with this script:

 

<html>

<title>test page</title>

<body>

Hello World

<?php echo 'hello world'; ?>

</body>

</html>

 

What it displays is just the first 'Hellow World' but not the second, the php is obviously registering since nothing is being displayed (if i make a slight change it will print "echo 'hello world';".  Does this mean that PHP is not properly installed or is there another reason for this?

Link to comment
https://forums.phpfreaks.com/topic/63956-new-job-php4-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.