if (( !$_GET['primo_nome']) || ( !$_GET['secondo_nome'])) {
corretto, ma dovresti usare ISSET.... per evitare eventuali notice.
if (!ISSET($_GET['primo_nome'] || $_GET['secondo_nome'])) {
![]()
if (( !$_GET['primo_nome']) || ( !$_GET['secondo_nome'])) {
corretto, ma dovresti usare ISSET.... per evitare eventuali notice.
if (!ISSET($_GET['primo_nome'] || $_GET['secondo_nome'])) {
![]()
Il silenzio è spesso la cosa migliore. Pensa ... è gratis.