hi
test bestanden
<textarea rows="7" name="paragraph" cols="60"></textarea><br>
<br>
<input type="submit" value="fortsetzen" name="action">
<input type="hidden" value="<?=$sid?>" name="sid">
</form>
</td></tr>
<?
echo "</table>";
}
if ($action == "fortsetzen") {
$ok = 1;
if ($ne_author == "Anonymous") {
print "I'm sorry, you need to log in to use neStory<br>";
$ok = 0;
}
#######################
<center>
<br><br><b>Create your story</b><br>
<form method="POST">
Story Title: <input type=text name=title><br>
<br>
<input type="submit" value="speichern" name="action">
</form>
<?
}
if ($action == "speichern") {
$ok = 1;
if ($ne_author == "Anonymous") {
print "I'm sorry, you need to log in to use neStory<br>";
$ok = 0;
}