Well what i do is first i design it using a WYSIWYG application. Copy the HTML Code and paste it onto a text file (notebook or any php editor u're using); put the <?php and ?> tags. For each line u need to use the echo "" so it can send the html back to the page. If there is any code you wish to put you now can and it will change accordingly.
in the proper page instead of te HTML code write
<? include("thefile.php"); ?>
That will load the php file you saved and wil run any dynamic data!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.