Server IP : 10.111.20.6  /  Your IP : 216.73.217.121
Web Server : Apache
System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : edizioni ( 7252)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/edizioni/stampaeweb/../momentiweb/components/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../momentiweb/components/../artgene.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>Buongiorno</title></head>
<?php
  $sql3 = "SELECT numero FROM `articoli` GROUP BY numero ORDER BY `articoli`.`numero`";
  $database3 = JFactory::getDBO();
  $database3->setQuery( $sql3 );
  $result1 = $database3->loadObjectList();


?>
<body>

<div style="background-color:#d6d6c2;">
    <table>
     <tr>
        <form id="pippo" action="http://www.momentiweb.it/ricercanumero" method="POST" target="_self">
          <td>Ricerca numero</td>
          <td style="padding-left:10%;">
              <select name="numero" style="float:left;">
                    <?php for ($i=0;$i<count($result1);$i++){ ?>
                      <option value=<?php echo $result1[$i]->numero; ?>><?php echo $result1[$i]->numero; ?></option>
                    <?php } ?>
              </select>
          </td>
          <td style="padding-left:15%;"><input id="vai1" type="submit" name="invia" value="Cerca"></td>
        </form>
     </tr>
     <tr>
       <form id="pluto" action="http://www.momentiweb.it/ricercaautore" method="POST" target="_self">
        <td>Ricerca autore</td>
        <td style="padding-left:10%;">
            <input type="text" align="CENTER" size="50" maxlength="50" name="autore" title="autore"/>
        </td>
        <td style="padding-left:15%;"><input id="vai2" type="submit" name="invia" value="Cerca"></td>
       </form>
     </tr>
     <tr>
       <form id="minnie" action="http://www.momentiweb.it/ricercatitolo" method="POST" target="_self">
        <td>Ricerca titolo</td>
        <td style="padding-left:10%;">
            <input type="text" align="CENTER" size="50" maxlength="50" name="titolo" title="titolo"/>
        </td>
        <td style="padding-left:15%;"><input id="vai3" type="submit" name="invia" value="Cerca"></td>
       </form>
     </tr>
     <tr>
       <form id="paperoga" action="http://www.momentiweb.it/ricercacategoria" method="POST" target="_self">
        <td>Ricerca Categoria</td>
        <td style="padding-left:10%;">
            <input type="text" align="CENTER" size="50" maxlength="50" name="cate" title="cate"/>
        </td>
        <td style="padding-left:15%;"><input id="vai4" type="submit" name="invia" value="Cerca"></td>
       </form>
     </tr>
    </table>
</div>

<br>
<p>Attenzione: nel caso di nomi con apostrofo per esempio <b>d'amico</b> cercare <b>d\'amico</b><p>
</body>

</html>