Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~309 People Reached
About Me

╔═══╗ ♪
║███║ ♫ ٩(●̮̮̃•̃)۶٩(●̮̮̃•̃)۶٩(●̮̮̃•̃)۶
║ (●) ♫ ┣▇▇▇═─

╚═══╝♪♪
I LOVE MUSIC..♫♫♫

Favorite Forums
Favorite Tags
php x 2
Member Avatar for metjan.baduni

// This block grabs the whole list for viewing $my_id = isset($_POST['id']) ? $_POST['id'] : ''; $ped_list = ""; $sql = "SELECT * FROM `pedagogu`"; $result2 = @mysql_query($sql) or die($sql."<br/><br/>".mysql_error()); $pedCount = mysql_num_rows($result2); // count the output amount if ($pedCount > 0) { while($row = mysql_fetch_array($result2)){ $my_id = $row["ID_Pedagog"]; $ped_emri …

Member Avatar for broj1
0
309