If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
php Poll 2.02 in htm einbinden  XML
Forum Index » German Forum
Author Message
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&nbsp; --&nbsp; 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>&nbsp;</p>

</body>

</html>


bitte um hilfe

toe
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
Anonymous



hab nie bei mir geklappt!
is aber nen super system!!!
wo steht das copyright wollte das dicker machen...

so dnake, timmy
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é
Anonymous



Versuch mal, die Datei in .phtml oder .php umzubenennen...dann wird der php-Code erst erkannt...
 
Forum Index » German Forum
Go to:   
Based on the open source JForum