Author |
Message |
04/01/2004 18:57:11
|
Anonymous
|
habe schon alle beiträge gelesen, habe es trotzdem nicht geschafft
das advanced poll 2.02 in meine homepage einzubauen.
ich habe meine htm seite in php umgewandelt und nichts ist dabei herausgekommen
so sieht es im moment bei mir aus.
<?php
// Important! You have to include it before your html code
include_once "/home/powerprr/power-printer.de/pollphp/db/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "/home/powerprr/power-printer.de/pollphp/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>sieger</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none, default">
</head>
<body bgcolor="#FFCC66">
<font face="Franklin Gothic Medium" size="5"><span style="background-color: #000000"><font color="#FFFFFF">S</font></span>iegerinnen
der wöchentlichen Umfrage</font>
<p>
<font face="Franklin Gothic Medium" size="5"><img border="0" src="hp/dame.gif" width="85" height="115"></font>
</p>
<p><font face="Franklin Gothic Medium">Woche 1 -- CADA</font></p>
<p><font face="Franklin Gothic Medium">Woche 2</font></p>
<p><font face="Franklin Gothic Medium">Woche 3</font></p>
<p><font face="Franklin Gothic Medium">Woche 4</font></p>
<p><font face="Franklin Gothic Medium">Woche 5</font></p>
<p> </p>
</body>
</html>
bitte um hilfe
toe
|
|
08/01/2004 18:18:50
|
Anonymous
|
Ich habe mich an die Demos orientiert, bei mir sieht das ganze so aus:
<?php
/* path */
$poll_path = "/home/www/web40/html/db";
/* Include this before your html code */
include $poll_path."/poll_cookie.php";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new poll();
?>
... html Code ... Dort wo die Poll dann hinkommt:
<?PHP
echo $php_poll->poll_process(newest);
?>
...
Die Installation hast du lt. Anleitung gemacht und war erfolgreich?
HTH
Franz
|
|
12/01/2004 18:13:28
|
Anonymous
|
hab nie bei mir geklappt!
is aber nen super system!!!
wo steht das copyright wollte das dicker machen...
so dnake, timmy
|
|
01/03/2004 22:03:08
|
Anonymous
|
Kann mir mal einer ein bisschen helfen, wie das mit der einbindung eines polls in htm geht?!
habe mal nen bisschen probiert, aber das funktioniert nicht, vielleicht kann mir ja auch wer eine bsp. datei schicken?!
mein versuch ist unter http://www.js-brauweiler.de/poll.htm zu bewundern, wie geagt funktioniert nicht!
danke
René
|
|
22/04/2004 17:02:27
|
Anonymous
|
Versuch mal, die Datei in .phtml oder .php umzubenennen...dann wird der php-Code erst erkannt...
|
|
|