Embed PHP in HTML


/ Published in: XHTML
Save to your folder(s)

to include yourfile.php into current html file


Copy this code and paste it in your HTML
  1. <?php
  2. include("yourfile.php");
  3. ?>

URL: http://www.webmasterworld.com/forum88/2186.htm

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.