[SOLVED]
Posted: Fri Jan 20, 2012 7:30 pm
Code: Select all
if ($password==$pass2)
{
$isplayer="Select * from players where name='$player'";
$isplayer2=mysql_query($isplayer) or die ("could not query players table");
$isplayer3=mysql_fetch_array($isplayer2);
if(!$_post('password') || !$_POST('pass2')) // This is line 27
{
print "You did not enter a password!<br>";
echo "<A href='register.php'>Go Back</a";
exit;
( ! ) Fatal error: Function name must be a string in C:\wamp\www\Tutorial\Reguser.php on line 27
Call Stack
# Time Memory Function Location
1 0.1344 696704 {main}( ) ..\Reguser.php:0