ragazzi se faccio così mi crea una pagina php io vorrei che premendo un tasto il valore codice me lo mettesse nell'xml è possibile?codice:<? include ("config.inc.php"); include ("top_foot.inc.php"); //intestazione top(); ?> codice: <input type=text size=40 name=codice> $fp = fopen ("mio.xml", "w+"); fputs($fp, "<?xml version="1.0" encoding="windows-1252" standalone="yes"?>"; fputs($fp, "<ADLSearch>"; fputs($fp, " <SearchGroup>"; fputs($fp, " <Search>"; fputs($fp, " <SearchString type="string">$codice</SearchString>"; fputs($fp, " <SourceType type="string">Filename</SourceType>"; fputs($fp, " <DestDirectory type="string">Forbidden Files</DestDirectory>"; // chiusura pagina foot(); ?>