Re: embedded php



u can embeded code php code and html .. eg :

<? for($i=0;$i<=5;$i++){ // start loop?>

< a href="link$i.html">link $i </a>
<? } // close tag ?>

for the second question..i think u can refer here..almost clear..

http://www.phpfreaks.com/tutorials/34/0.php

.