Click to See Complete Forum and Search --> : How to "leave your message here"


Xtremee
07-19-2007, 08:28 AM
Hi all,
i have a code of Guest Book i get it from a php page http://xtremee.orgfree.com/feedback.php
and the input written to txt file and this is its link
http://xtremee.orgfree.com/output.txt
Sorry for the color this is due to my css i use for my website
Feel free to check its code and tell me why i can't get it to work in my page that i wanna to embed this Guest Book in it !!
This is the my page http://xtremee.orgfree.com/HELP.cab
Hope that any one can help
Thanks in advance

Xtremee
07-20-2007, 02:21 PM
Any ideas!!

mitchell
07-21-2007, 02:16 PM
Could I have the .js .txt and .php code please as this will help me allot

Xtremee
07-21-2007, 11:27 PM
The files that i'm use in my website you can find them in the attachment.
Hope that you can help.
Thanks in advance

Xtremee
07-24-2007, 09:11 AM
ha, Any idea!!

kalaid
07-25-2007, 12:42 AM
Hi Xtremee,

A free guest book is available at www.hscripts.com/scripts/php/guestbook.php, It is very simple and easy to understand. U gothrough the script and let me know it is useful to you or not.

Xtremee
07-25-2007, 11:39 AM
1st thanks for your reply
This guestBook is really powerful and good to something like that and free.but my problem not in the guestBook. It is that i wanna to embed the code in my Contact.html page that you can find in the attachment.
So if you can help me to do this, this will be so great
Thanks in advance

Miley000
07-25-2007, 12:06 PM
I am glad im new...

:-)

Miley000
07-25-2007, 12:09 PM
pretty

Xtremee
08-04-2007, 11:28 AM
Any idea!!

ixxalnxxi
08-05-2007, 08:15 PM
i'm still confused as to what you are asking

Xtremee
08-06-2007, 12:02 AM
In my above attachment you will find
feedback.php PHP code of the Guest Book that i wanna to use
Output.txt File that store the output of the Guest Book
Contact.html the page that i wanna to add PHP Guest Book in it
style.css CSS that i use in my page
So, I wanna to Add Guest BOOK in the Contact.html
I try a lot but it don't work so i ask for help
Hope its clear now

kvirri
08-06-2007, 05:47 AM
You can't include scripts around in html files. You can either make the contact.html file a php file, and where the guestbook should be, drop an include directive, or b) the bad way - use an iframe.

MykeXero
08-06-2007, 12:17 PM
uh you could rename it a .php and use mod_rewrite, but that`d be silly as well...

you should just rename Contact.html to .php, drop the code in, and be done with it.

Xtremee
08-06-2007, 12:36 PM
For making Contact.html -> Contact.php
I try this and don't work
I will try iFrame way
Hope to work