Jlvazquez825 -> embeding php with html question.... (8/2/2007 0:52:19)
I have a php script that shows the browser info and ip address, platform, and my web pages are done with frontpage, I tried embedding the code inside the resulting html code from frontpage, but instead of running, I get the php code displaying on the web page, anybody knows why, and is there any other way to do this
thanks
ou812 -> RE: embeding php with html question.... (8/2/2007 1:15:47)
My first guess, without knowing what you are doing, would be that you need to name your .HTML extension pages a .PHP extension Then, if that doesn't work, do you have PHP installed on your (Unix) server? Are you using the open/close PHP tags, "<?php" and "?>". Otherwise, can you post your code or give a bit more info?