Author |
Message |
|
Hallo,
nur für alle die es interssiert....
Das Problem mit den Fotos lag daran dass der Ordner "phptmp" nicht exitstierte.... Hätte man vielleicht auch mal erwähnen können dass es den braucht....
Vielen Dank nochmal an den CHRIS der darauf gekommen ist...
Grüsse stephan
|
 |
|
add a javascript link
e.g.
<a href=javascript:history.back()>Back</a>
|
 |
|
put a '@' before the unlink() function to supress the message
|
 |
|
a browser problem
|
 |
|
upgrade to 2.3.1
|
 |
|
the the script get_admin.php to restore your account
|
 |
|
rename index.html to index.php
|
 |
|
Their must be a button in fact. But if there is no - try pressing enter button on your keybord.
|
 |
|
Check your Settings at the admin.
|
 |
|
It's not an easy question:
If you have your poll embeded in a php page, that generates different content depending on variables it's called with
Example: index.php?mode=news
you get a redirect after voting 2 da same page, but with no variables. So it would be:
Example: index.php (with no mode selected)
Does anyone know a way to save the variables and use them later in redirection.
Thanks beforehand
|
 |
|
after submitting a post in the guestbook, i will see the next fault description:
Warning: unlink() failed (Permission denied) in /home/sappigwe/public_html/gb/lib/add.class.php on line 80
after the refresh you will see the post in the guestbook, i am wondering what i am doing wrong in the dbase and why this error occurs, please help
|
 |
|
my poll is running well.my only problem is that i cannot embed it in a table.in such a way that when i w load my page i want to see the poll at the right side on my page.i tried to make a table andinsert the code it still does not work. is there a sort of special way to insert the code using dreamweaver mx to getthe script running?
<?php
include_once "c:/program files/apache group/apache/htdocs/poll/booth.php";
echo $php_poll->poll_process(x); // x = Poll ID
?>
i save this file as vote.php.when i access the vote.php on my webserver it runs perfectly but when u embed it on a html file it could not work.
can sambady help me with this. how did u embed the poll on a table or on a html file maybe.plsssssssssss help
thanks
|
 |
|
<?php
// Important! You have to include it before your html code
include_once "c:/program files/apache group/apache/htdocs/poll/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "c:/program files/apache group/apache/htdocs/poll/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
i try to save this as index.html but it could not work. the output is like this
poll_process(4); ?>
just like that when i try to access the index.html.
the process 4 does exist.whta's happening.
another question is how dou embed the poll in a table.similar to the one inyour index page.the one on the right side. pls help...
thank you
|
 |
|
The default password to the administration directory of the guestbook is 123, which is three characters. So why when I go in to change the password it is showing up as five characters? I need to change the login and password from the default setting, how do I go about doing this?
|
 |
|
So there isn't a bug in the script? Dos anyone else have any suggestions?
Thanks dunnma
|
 |
|