Jump to content

Recommended Posts

Posted

boas pessoal,

um amigo meu ta a fazer uma pagina pra por na web e perguntou-me como é que se fazia para fazer um guestbook!!! Como nao sabia decidi vir aqui perguntar...

ajudem um amigo necessitado (dois porque a pagina também é minha) sff!!

fikem bem

Posted

Se o alojamento do teu amigo suportat .php vê aqui este tutorial da autoria da Tofas.

index.shtml

<html>
<head>
<title>Coloca aqui o título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<h1>Aqui o título novamente</h1>

<p>
Aqui colocas a mensagem de boas vindas

<form method=post action=addpost.fcn>
Nome: <input type=text name=name><br>
Mensagem:<br>
<textarea rows=10 cols=60 name=message></textarea>
<br>
<input type=submit value="Escrever">
</form>

<hr>



</body>
</html>

addpost.fcn

<error>Falta o nome.</error>
<require name>

<error>Falta a mensagem.</error>
<require message>

<savecustom "guestbookdata.rev" APPEND,REVERSE,GUARD>
From: %name%
<p>
%message%
<hr>
</savecustom>

<redirectto href="index.shtml">

guestbookdata.rev

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY><PRE></PRE></BODY></HTML>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.