Hey,
Sorry it’s me again… I want to get a variable from my mysql database… To get the username and password I used this code:
[php] $sql = mysql_query(“SELECT $mysqlname FROM $mysqltable WHERE $mysqlname=’$username’ AND $mysqlpwd=’$passwort’”);[/php]
in the same table I have the variables “votept” and “donpt” so how can I get it that for example the variable
[php]$votepoints[/php]
has the same value as in the database votept
All regards, Mark