Is there any function already available today? Or alternatively, which PHP script would you recommend for a seamless integration?
Thanks a lot in advance!
///Ami6.
How do I set up a guestbook?
There is no guestbook function yet as far as I know..
But you can install one and then make a special template where you build it in... or I guess you can use this tag...
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
But you can install one and then make a special template where you build it in... or I guess you can use this tag...
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
{PHP:my_external.php}
All output of "my_external.php" script will be inserted. This is very powerful. You can use any availabe content var of phpwcms for your script or connet to other external sources.
Sample: <?php echo PHP_VERSION." // date: ".date("Y-m-d"); ?> =
output: 4.3.3 // date: 2003-11-29
http://www.studmed.dk Portal for doctors and medical students in Denmark
-
- Posts: 191
- Joined: Sun 9. Nov 2003, 00:18
- Location: Austin, TX
Check this link. It has a nice scrapbook, which maybe used like a guestbook.
http://craftysyntax.com/myscrapbook/
Bijan
http://craftysyntax.com/myscrapbook/
Bijan