Hallo,
ich möchte mir gerne ein VotingScript in meine HP einbauen. Ich weiss aber nicht wo ich die Sachen einfügen muss. Im header? body?
Hier mal die Anleitung
- To INCLUDE INTO YOUR WEBSITE:
* Add the following line to the VERY top of your webpage:
<?php include ("top.php"); ?>Where the path to top.php is correct.
* Add the following line to where you want your poll to be on your webpage:
<?php include ("polls.php"); ?>Where the path to polls.php is correct.
* If you wish to display a specific poll on a page (for example a poll with ID 2)
Then use this code at the VERY top of your webpage:
Where the path to top.php is correct.
- View archive.php for a list of polls (with results) that have been created and have a
start date which has passed.
Wäre super nett wenn mir einer helfen würde
gruss sovvi