PDA

View Full Version : apeboard+


samanthayy
09-15-2002, 04:42 AM
has anyone heard of this software / whatever it is?
I have a friend who says she uses apeboard+ to make her guestbook - which looked really nice.

Is there a tutorial for guestbook here on actionscript? But i am afraid I wou'dn't be able to use one because my server does not support php?

can I make a cool guestbook if my server does not support php?

mad_A
09-16-2002, 08:29 AM
You can make a guestbook with CGI (perl) or asp or jsp. Really, any server side scripting. It can probably be doen with client side scripting too, just not as simple.

For a cgi one try scriptarchive.com
perl is probably the easiest one to use, unless you are familiar with VB/asp.

samanthayy
09-16-2002, 11:27 PM
what would be client side scripting?

mad_A
09-17-2002, 07:37 AM
Script that executes on the client machine. Basically - if you have code in a web page , javascript for example, it runs through the clients processor and is called client side scripting. Whereas if the code, perl for example, is sitting on the server and the page on the client machine makes calls to it and is returned data, then the code is processed on the server, and it is refered to as server side scripting.