<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Includere_un_file_php_solo_se_esiste</id>
	<title>Includere un file php solo se esiste - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Includere_un_file_php_solo_se_esiste"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Includere_un_file_php_solo_se_esiste&amp;action=history"/>
	<updated>2026-05-06T02:43:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Includere_un_file_php_solo_se_esiste&amp;diff=6445&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: Se si usa  include_once (&quot;filename.php&quot;);  e il file &#039;&#039;filename.php&#039;&#039; non esiste, viene emesso un warning.  usare la sintassi che disabilita l&#039;emissione di errori &#039;&#039;&#039;@&#039;&#039;&#039;:  @include_once (...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Includere_un_file_php_solo_se_esiste&amp;diff=6445&amp;oldid=prev"/>
		<updated>2009-09-05T15:06:53Z</updated>

		<summary type="html">&lt;p&gt;New page: Se si usa  include_once (&amp;quot;filename.php&amp;quot;);  e il file &amp;#039;&amp;#039;filename.php&amp;#039;&amp;#039; non esiste, viene emesso un warning.  usare la sintassi che disabilita l&amp;#039;emissione di errori &amp;#039;&amp;#039;&amp;#039;@&amp;#039;&amp;#039;&amp;#039;:  @include_once (...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Se si usa&lt;br /&gt;
 include_once (&amp;quot;filename.php&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
e il file &amp;#039;&amp;#039;filename.php&amp;#039;&amp;#039; non esiste, viene emesso un warning.&lt;br /&gt;
&lt;br /&gt;
usare la sintassi che disabilita l&amp;#039;emissione di errori &amp;#039;&amp;#039;&amp;#039;@&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 @include_once (&amp;quot;filename.php&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
ATTENZIONE: se si fa il test con&lt;br /&gt;
 file_exists(&amp;quot;path/to/filename.php&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
ricordarsi che la funzione &amp;#039;&amp;#039;&amp;#039;file_exists()&amp;#039;&amp;#039;&amp;#039; vuole un &amp;#039;&amp;#039;&amp;#039;percorso assoluto del filesystem&amp;#039;&amp;#039;&amp;#039; !!!&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>