Mam kod:
<?php $query2='select price from links where oznaczenie="38ygt2.php"'; ?>
Niestety echo nie wyświetla mi nic. Pojawia się pusta strona.
Co zrobić, żeby to działało?
<?php $query2='select price from links where oznaczenie="38ygt2.php"'; { } ?>
<?php $query2='select price from links where oznaczenie="38ygt2.php"'; ?>
<?php $query2='select price from links where oznaczenie=38ygt2.php'; ?>
<?php $query2="select price from links where oznaczenie='38ygt2.php'"; ?>
<?php ?>
<?php $query2='select price from links where oznaczenie="38ygt2.php"'; } ?>
<?php $query2="select price from links where oznaczenie='38ygt2.php' "; ?>
<?php $price = $row['price']; } ?>