How to install plugin to basic PHP Website?
OK, You can see “html5″ folder inside zip file…
1. please upload that to root location of your project…
2. upload “xml.sql” to project database
3. define DB_HOST, DB_USER, DB_PASSWORD, DB_NAME in db.php
4. In Admin you can use iframe
<iframe src=”http://www.domain.com/html5/form.php?host=<?php echo $_SERVER['HTTP_HOST'];?>” frameborder=”0″ marginheight=”0″ marginwidth=”0″ width=”800″ height=”525″></iframe>
5. in front end you can use
$root_link = “http://www.domain.com/html5/”;
<iframe src=”http://www.domain.com/html5full.php?id=1″ frameborder=”0″ marginheight=”0″ marginwidth=”0″ scrolling=”no” width=”566″ height=”207″></iframe>
<iframe src=”http://www.domain.com/html5small.php?id=1″ frameborder=”0″ marginheight=”0″ marginwidth=”0″ scrolling=”no” width=”347″ height=”207″></iframe>
 
