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 
Advanced Poll - wie integrieren???  XML
Forum Index » German Forum
Author Message
Anonymous



Tach,

wieder einmal eine Anfrage zum Thema Poll.

Ich habe mir alle Threads durchgelesen und alles probiert, es funzt nicht.
Ich bin kein PHP-Kenner und deshalb stehe ich vor einem Problem.

<?php
// Important! You have to include it before your html code
include_once ....../htdocs/php/poll/db/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "....../htdocs/php/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>

Dieser Code funktioniert nicht...
Speichere ich das Document in PHP ab, dann spuckt er mir diese Fehlermeldung "Fatal error: Unable to open test.php in Unknown on line 0
" aus. Wenn ich unter shtml abspeichere, das "poll_process(4); ?>"...

Was läuft hier quer?
Anonymous



Wieso denn "... Unable to open test.php" ?
Anonymous



Gute Frage....

Ich möchte Sie auch gern beanwortet wissen...
Anonymous



überprüfe mal ob der pfad stimmt

include_once "....../htdocs/php/poll/db/booth.php";
Anonymous



Der Pfad war ok...

Was bedeutet eigentlich das schon wieder?

[an error while processing this directive]


im body meiner seite eingebaut...

<!--#include virtual="www.meinedomain.de/php/news/index.php" -->
Anonymous



das ist auf jeden fall falsch

<!--#include virtual="www.meinedomain.de/php/news/index.php" -->

besser so

<!--#include virtual="/php/news/index.php" -->
Anonymous



Alles Mist...

Ich habe es auf meinem eigener Server ausprobiert.
Ich habe einfach dieses eingesetzt...

<?php
include_once c:/foxserv/php/poll/db/poll_cookie.php";
?>
<html>
<body>
<?php
require "c:/foxserv/php/poll/db/booth.php";
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(4)) {
echo $php_poll->display_poll(4);
}
?>

und es läuft einwandfrei...

Jetzt ersetze ich c:/foxserv/php/poll/db/?.php durch /php/poll/db/?.php und er spuckt mir dieses im browser aus:

set_template_set("popup"); if ($php_poll->is_valid_poll_id(4)) { echo $php_poll->display_poll(4); } ?>

Muß ich ein include_path-Befehl setzen oder was liegt jetzt an...


Danke
Eysenbeiss
Beginner

Joined: 30/05/2002 20:56:56
Messages: 11
Offline

Bin mir sicher das du den vollen serpfad eintragen musst, inklusive /home/......

zudem kannst du testen ob sich der kram darstellt, wenn du es als inhalt einer tabelle aufrufst quasi das includen vor </td>
[WWW]
 
Forum Index » German Forum
Go to:   
Based on the open source JForum