At 10:20 AM -0500 8/15/01, Jack wrote:
>I also tried
><?php include "myphp.php;"?>
>into my html page, and it appears that nothing happen at all,. Looks like
>the html page does not recognize the php tag. Is there any other way that
>one can include a php file into a html file?
>Jack
set html as a php application in a .htaccess file. Something like:
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3 .html
If set at the root level it should effect all files and folders.
Alnisa
--
.........................................
Alnisa Allgood
Executive Director
Nonprofit Tech
(ph) 415.337.7412 (fx) 415.337.7927
(url) http://www.nonprofit-techworld.org
(url) http://www.nonprofit-tech.org
(url) http://www.tech-library.org
.........................................
Nonprofit Tech E-Update
mailto:[EMAIL PROTECTED]
.........................................
applying technology to transform
.........................................
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]