I have written my program in such a way that all the html is separate
from my php but now I need to include a piece of javascript within the
php but the php is very unhappy with
?>
Try echo "...";
Matt Murphy wrote:
?>
I am trying to install PHP 4.4.2 on a Windows 2003 IIS 6 box. However, when
I try to browse the test php page to verify everything works, I simply get
the message "The specified procedure could not be found.". I commented out
all of the extensions in the php.ini file, restarted IIS, and still get
Never mind, I messed up in the IIS configuration.
Thanks.
-Original Message-
From: Jeff Chastain [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 04, 2006 9:12 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP 4.4.2 Install on IIS6
I am trying to install PHP 4.4.2 on a Windows 200
Try these:
function redirect($url){
echo "window.navigate('".$url."')";
return;
}
function open($url){
echo "window.open('".$url."');";
return;
}
function script($script){
echo