Posted by Captain Paralytic on 02/12/07 13:58
On 12 Feb, 13:54, "Rimes" <i...@sharp-soft.CUM> wrote:
> How I can combine html and php on one site? Can I do that?
> I have nice disign downloaded from templatemonster.com and it is Frontpage
> file. How I can transform it to the php? What software I have to use to
> disign simple php site?
>
> (I would like to insert whois script on site.)
You can combine php and HTML in the same file!
<?php some php;?>
<div>some html stuff</div>
<?php some more php?>
Navigation:
[Reply to this message]
|