|
CREA UN NUOVO LAVORO:
MODIFICA LAVORI PRECEDENTI:
|
|
|
|
$us=$_SESSION['id'];
$text = "$us";
$filename = "titolitesti.txt";
$phrase = preg_grep ("/" . preg_quote ($text) . "/i", file ($filename));
$dim=count($phrase);
$cont=0;
while($cont<=$dim)
{
$riga=@$phrase[$cont];
$s=explode ('|', $riga);
$mod=@$s[1];
if ($mod!=""){
echo "";}
$cont++;
}
if ($cont==1) {
echo "Non ci sono lavori in sospeso";
}
//
?>
|
|
|
|
|
|
|