Jump to content

is it true IIs wont read this


harwoodr

Recommended Posts

Is it true that IIs servers with PHP wont action this html page

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>test</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

 

</head>

hello old world1

<?php

  // Hello World in PHP

  echo 'Hello World!';

?>

 

 

</body>

<a href="./test.php">

 

<?php

  // Hello World in PHP

  echo 'Hello World2!';

?>

 

 

</body>

</html>

 

Link to comment
https://forums.phpfreaks.com/topic/38963-is-it-true-iis-wont-read-this/
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.