hi <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" />
i have problem, because i want to create project like in this tutorial
scirra.com/tutorials/525/si ... l-database
this is my results (images)
for more info <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /> tell me in reply
help plzzzz i'm trying to solve this mystery
ps. ohh sorry i forggot show the script
<?php
$username = $_GET['fname'];
$password = $_GET['fpass'];
$con=mysqli_connect("mysql","construct2_nowy","construct2_lol","construct2");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
$qz = str_replace("\'","",$qz);
$result = mysqli_query($con,$qz);
while($row = mysqli_fetch_array($result))
{
echo $row['id'];
}
mysqli_close($con);
?>
[/code:2uijvt8d]