So if you have...
<?php
some code;
some more code;
?>
and
<%
asp junk;
m$ junk;
%>
....it your server will parse both the php and asp code?
Jason Porembski wrote:
Yes it does. But I need the php to work in an ASP page =(
----- Original Message -----
From: "John Nichel" <[EMAIL PROTECTED]>
To: "Jason Porembski" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, October 26, 2002 12:03 PM
Subject: Re: [PHP] <script language=php???
Does it work when you do it like this....
<?php
some code;
some more code;
?>
Jason Porembski wrote:
Hey folks. I am attempting to run PHP code with <script language="php">
and
it doesn't work. Any ideas as to why and how I can fix that? Also what
is
the best way to run a snippet of PHP code in an ASP page? Thanks in
advance.
Jason "Gluten Mifflin" Porembski
http://www.world-gaming.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php