Author |
Message |
|
Where does that extra code go? you said something about PHPmyadmin which i have access to but i didnt kow where to code has to go. Sorry if im a bit dumb.
|
 |
|
I went to this users site, and they have the exact same issue.. and the same response of their file.. showing only.. the php code, and no survey!
kenoodlee wrote:Maybe the problem is that i am using Dreamweaver to edit/add following
php code to the html file, that's why i cant show the poll..
pls advice any others way to do that ?
<?php
include_once "C:/Program Files/Apache Group/Apache2/html_public/textfile/booth.php";
echo $php_poll->poll_process(x);
?>
|
 |
|
I can make it work with having everything in an php file, or .shtml file, but not just a .htm file.. as others have stated their index.htm/html
It's frustrating since it's a great little program, but a pain in the rump to get going.. installation is easy, but to get it inserted into our code on exsisitng sites is a real chore. I hope that someone has an answer, I would love to see a url, with a .htm file that loads this and possibly the source behind it.
Any takers?
|
 |
|
I have been reading everythign I can find to make this work and I have edited the code over and over.. but still it doensn't work in an html file. I can make it work if code is inserted into a php file. works like a champ then, but not with html.
Here's my code... Please advise, and it would be appreciated...
The only output I get on the screen is "poll_process(4); ?> "
I do have 4 as a survey. Thanks in advance.
<?php
// Important! You have to include it before your html code
include_once "/home/notarywe/public_html/poll/poll_cookie.php";
?>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body>
<p><?php
include_once "/home/notarywe/public_html/poll/booth.php";
echo $php_poll->poll_process(4);
?>
</p>
</body>
</html>
|
 |
|
1) Download and install Mysql from: http://www.mysql.com/downloads/download.php?file=Downloads%2FMySQL-4.0%2Fmysql-4.0.13-win.zip&pick=mirror#mirrors
Then
1) Download the MySQL ODBC driver: http://www.mysql.com/Downloads/MyODBC3/MyODBC-3.51.03.exe
2) Install the driver. Its name is: myodbc3-test
3) Configure in windows with the OBDC Data Source Administrator your DNS connection, it's there under the name MySQL ODBC 3.51 DSN. Leave the field "SQL command on connect" blank. There is also a test button to see if your can make a connection with the Mysql database.
For a complete read go to: http://www.mysql.com/products/myodbc/faq_toc.html
_________________
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------
|
 |
|
These mode are available at http://www.spisas.com/
|
 |
|
Hi
I have installed the advance poll but it shows just the variables when you login to the admin section, all paths have been updated so I am wondering what could be wrong
Any Idea's
Error below:-
Advanced Poll $pollvars[poll_version]
$lang[IndexTitle] $lang[NewTitle] $lang[SetTitle] $lang[Templates] $lang[PwdTitle] $lang[Help]
$lang[IndexTitle] $newdate
$lang[IndexQuest] $lang[IndexID] $lang[StatCrea] $lang[IndexDays] $lang[IndexExp] $lang[IndexStat] $lang[IndexAct]
$admin_index_tr glreat_glopoll@localhost $navigation
|
 |
|
Can anyone instrusted me how to config it ?
here is my index.htm .. the result like http://www.kenoodlee.com
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>poll</title>
</head>
<body>
<?php include_once "/poll//db/poll_cookie.php";?>
<?php include "/poll//db/booth.php";?>
<?php include "/poll//db/include/class_pollcomment.php";?>
<?php include_once "/poll//db/booth.php";
echo $php_poll->poll_process(4);?>
</body>
</html>
|
 |
|
thank you
|
 |
|
well honestly part of it does but as far as the ftp files i dont even know what they are but thanks for answering
|
 |
|
Hi there, I have a few domains there too..
You have to configure the scripts as the docs say, but then you have to ftp the files (transfer from your local machine to the server.
You will need your login and password that ipowerweb provided when you signed up.
then you use your browser .. internet explorer or whatever, to go to your website/poll directory and run the install
make sense?
|
 |
|
The files of Jared add a new entry field for MSN and Yahoo messenger.
You can find it here http://spisas.com/forums/viewtopic.php?t=106
|
 |
|
I have the advanced poll runnig good, but when I try to place two polls, in diferent pages, the second one wont work.
The second one allows me to vote just one time. If I access the site from another computer it says "you've already voted"
What am I doing wrong?
|
 |
|
Hallo,
ich hoffe es kann mir jemand helfen!!!
Installation klappte, Umfrage erstellen klappte anber wo finde ich die Umfrage zum einbauen?
|
 |
|
Oh, ad where do i get the files for jareds version, and what do they do?
|
 |
|