therealcharlie
Erfahrenes Mitglied
Ich habe folgenden Code:
dabei soll aber der 1er durch die variable $poll ausgetauscht werden, also so:
aber er tut es nicht. weis jemand hilfe? danke im vorraus
PHP:
$poll = $_GET['poll'];
echo $poll;
include("/srv/www/htdocs/web4/html/fastdesign/lucy/vote/bm_poll.php");
show_poll(1);
PHP:
$poll = $_GET['poll'];
echo $poll;
include("/srv/www/htdocs/web4/html/fastdesign/lucy/vote/bm_poll.php");
show_poll($poll);
aber er tut es nicht. weis jemand hilfe? danke im vorraus