how can i make a vote site pop up in my index site ?
how can i make a vote site pop up in my index site ?
you need to do include vote.php to the index.php
and put vote files in xampp/htdocs or wamp/www
code for index:
[CODE]
include('vote.php');
[/CODDE]
i think it's will work.
so wat should i do ? ... a PHP or HTML site ? cause im making HTML :>