allora avrei un campo che si identifica da solo attraverso questo cod:

echo "<input type=\"text\" name=\"autore\" readonly=\"true\" value=\"".$aUser[username]."\" />

\n\n";

e questa è la sessione rimango loggato:

<?php
include_once("include/config.php");
include_once("include/auth.lib.php");

list($status, $user) = auth_get_status();

if($status == AUTH_LOGGED & auth_get_option("TRANSICTION METHOD") == AUTH_USE_LINK){
$link = "?uid=".$_GET['uid'];
}else $link = '';
?>

e questo è l'errore che mi fà:


Fatal error: Call to undefined function: auth_get_status() in /membri2/starfinger/lli/new.php on line 5

la quinta riga sarebbe questa:

list($status, $user) = auth_get_status();

grazie