|
Posted by Oli Filth on 11/05/05 20:59
Ehartwig said the following on 05/11/2005 17: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'];
Check your opening/closing quote pairing...
--
Oli
Navigation:
[Reply to this message]
|