|
Posted by Ehartwig on 11/05/05 19:48
Now I am receiving a new error on line 19:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING in
\thread\create\mailfunctions.php on line 19
function md5fetcher($name) {
$query = mysql_query("SELECT password FROM threadauth WHERE
username='".$name."');
$result = mysql_fetch_array($query);
return $result['password'];
line 19 = "return $result['password'];
Your help has been appreciated,
--Erich Hartwig
Navigation:
[Reply to this message]
|