TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PHP and Servlets?



Ok, I have a dilemma.

I have a php program and a servlet that I want to use in the same document.
JServer requires me to use .jhtml for SSI servlets and from what I can tell I
have to use .php3 to get PHP interpreter to get activated, so how can I do
both?

<html>
<body>

<? include("myfile.html"); ?>

Some plain html text.

<servlet code="MyServlet.class" name="MyServlet">
</servlet>

</body>
</html>
-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9