Jump to content

zuro

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

zuro's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. zuro

    heeeeeeeelp

    it wont work...
  2. zuro

    heeeeeeeelp

    what is wrong with this code?!?!?!?!?!?!!??!?! <?php mysql_connect("localhost", "root", ""); mysql_select_db("prazna"); $g=$GET_['podrucje_id']; $a=mysql_query("select * from podrucje"); while($b=mysql_fetch_array($a)) { print "<li>"; print "<a href='index.php?Id=" .$b['podrucje_id']. "'>" .$b['ime']. "</a>"; print "</li>"; } if(!empty($g)) { $opis=mysql_query("select opis from podrucje where podrucje_id='$g'"); while($opisp=mysql_fetch_array($opis)) { print $opisp['opis']; } } ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.