Hey guys!
I have an error with the ' and " tags, I can't work out which way they should go..
<?php
$uzivatel = mysql_query("SELECT * FROM ip WHERE ip = '" . $ip . "' LIMIT 1");
while($uzivatele = mysql_fetch_array($uzivatel)){
echo '<center><input type="text" value="' . $stranka . '?id=' . $uzivatele['kod'] . '" onclick="this.focus(); this.select();" size="33" name="odkaz" class="odkaz"></center>';
?>
Any ideas at all?