What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP - Gestbook.... help

PHP - Gestbook.... help
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: PHP - Gestbook.... help
code:
<html>
<head>
<style type="text/css">
span.info{
text-align:center;
font-family:Verdana;
font-size:2;
}
</style>
<title>Upload</title>
</head>
<body>
<?php
include('config.php');
$user = $_GET["name"];
$message = $_GET["message"];
print("<b>Thank You!</b><br />Your information has been added! You can see it by <a href=savedinfo.php>Clicking Here</a>");
$out = fopen("savedinfo.php", "a");
if (!$out) {
print("Could not append to file");
exit;
}
fwrite($out,"<span class='info'><a href='".$user."' target='_blank'><img src='".$user."' width='300' height='200' style='border-color:#000000' border=1></a><BR>$message<BR><BR></span>".file_get_contents("savedinfo.php"));
fclose($out);
?>
</body>
</html>

will add the new entry on top of the new ones?

This post was edited on 06-19-2007 at 08:32 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
06-19-2007 08:23 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP - Gestbook.... help - by distorted on 06-19-2007 at 05:29 PM
RE: PHP - Gestbook.... help - by absorbation on 06-19-2007 at 07:56 PM
RE: PHP - Gestbook.... help - by Baggins on 06-19-2007 at 08:22 PM
RE: PHP - Gestbook.... help - by roflmao456 on 06-19-2007 at 08:23 PM
RE: PHP - Gestbook.... help - by Baggins on 06-19-2007 at 08:39 PM
RE: PHP - Gestbook.... help - by distorted on 06-20-2007 at 09:44 AM
RE: PHP - Gestbook.... help - by distorted on 06-20-2007 at 10:06 AM
RE: PHP - Gestbook.... help - by WDZ on 06-21-2007 at 02:10 AM
RE: PHP - Gestbook.... help - by distorted on 06-21-2007 at 07:00 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On