Author |
Message |
28/02/2005 12:21:59
|
Anonymous
|
Hello,
Yes I used the search button and no I didn't find any of them the solution of my problem so I;m gonna ask anyway , sorry!
The guestbook is great and I wanted to include it in my website .
I've got menu2.php and content2.php and Gastenboek.php
Gastenboek.php got the guestbook.php included and that works just great . I've managed to insert the guest book and if you reply he goes to the proper page and when you add it as well and then he tranfers itself to the Gastenboek.php again (you still follow? sorry for my lack of English it's tough doing this in the early morning.).
ok here is the linkie
http://www.brabantsplaza.nl/Gastenboek.php
The gastenboek got guestbook.php included, so far so good
then I've edited the congif.ini:
/* guestbook pages */
$GB_PG["index"] = "/Gastenboek.php";
$GB_PG["admin"] = "admin.php";
$GB_PG["comment"] = "/comment.php";
$GB_PG["addentry"] = "/guestbook/addentry.php";
ok that works too ^_^. But I want to add an entry in the same page as gastenboek.php. But I think if I would to rename the files I will get a major problem. I wanted to include addentry into guestbook2.php, without changing names, but to change links.so that it would look like this:
/* guestbook pages */
$GB_PG["index"] = "/Gastenboek.php";
$GB_PG["admin"] = "admin.php";
$GB_PG["comment"] = "/comment.php";
$GB_PG["addentry"] = "/guestbook/guestbook2.php"; (with the entry included )
so many things and not so much knowledge of php ._./
Will that work or shall I just try and see what happens...
Thanks in advance
Greetings Joycebrok[at]hotmail.com
|
|
28/02/2005 14:43:23
|
Anonymous
|
It works almost... when I want to submit however it won't work. Does anyone know where I can edit the code for submitting? . It goes from gastenboek.php to gastenboek2.php but when I want to sent a message it goes to gastenboek2 over and over agan ~_~.
|
|
01/03/2005 10:20:10
|
Anonymous
|
doesn't anybody want to help? Is this possible? It's just that he goes to the same page over and over again. But if I change the code back to addenty.php (instead of gastenboek2.php) it works. But not in the same table...
I saw the possibilties and the little tutorials but they didn;t work at all ~_~. I really don't have a header and no footer :S. I just want it to be in the same content. Could anyone help me, please? *puppydogeyes*.
|
|
02/03/2005 12:00:13
|
Anonymous
|
I tried all those other thing -_-, but it won't work. Well guess nobody bothers to reply anyways so :/.
Are there other people with this problem? ~_~
|
|
02/03/2005 23:34:56
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Most people use a custom header and footer with a php include in the index.php file.
|
LINK-> Use Lazarus Guestbook |
|
02/03/2005 23:45:44
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Actually I'm not 100% suer what it is you want. If you want to change where the data gets submitted to then edit form.php and change the action=" attribute.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|