Guedelha Posted May 25, 2006 at 08:19 PM Report #29529 Posted May 25, 2006 at 08:19 PM 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
Ridelight Posted May 25, 2006 at 11:20 PM Report #29553 Posted May 25, 2006 at 11:20 PM 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> Regras do FÓRUM
saramgsilva Posted May 27, 2006 at 01:39 AM Report #29669 Posted May 27, 2006 at 01:39 AM Se o alojamento do teu amigo suportat .php vê aqui este tutorial da autoria da Tofas. só queria avisar.... o tutorial não é meu: GuestBook elaborado por bLd foi colocado num topico no forum, e eu criei o tutorial, mas anunciei o autor!! Sim, eu sei que não foi por mal... 😁 www.saramgsilva.com As minhas apps no WP7 Marketplace Youtube : Galinho - Windows Phone 7.5
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now