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 
Prob: Aufruf des Advanced Poll über readfile  XML
Forum Index » German Forum
Author Message
Anonymous



Hi,

ich möchte gerne den Poll aufrufen und zwar so:

<?php
readfile ("style.txt");
?>

style.txt:

<?php
include_once "/homepages/3/d25475601/htdocs/poll/booth.php";
echo $php_poll->poll_process(1);
?>

Mein Browser(Opera5 ,IE 5.5) schmeißt mir nur, das raus:

poll_process(1);?>


Was mache ich falsch?
Anonymous



das kann auch nicht funktionieren.
entweder

<?php
include "style.txt";
?>

oder style.txt in style.php umbenennen und

<?php
readfile ("style.php");
?>
Anonymous



Thx, so klappts
Ich PHP-Nub
 
Forum Index » German Forum
Go to:   
Based on the open source JForum