i uploaded file but it show error.
Parse error: syntax error, unexpected '(', expecting T_STRING in ///admin.php on line 26 how can fix this error?
line is
function index($success){
include("header.php");
global $link,$prefix;
if (isset($success)) {
openTable();
echo "<center><font color='#FF0000'>$success</font><center><br>";
closeTable();
echo"<br>";
goto("index.php?file=admin");/ error line
}
goto()a function you defined?gotois defined as a PHP function, but I haven't seen it used in years in any language...operator, and it exists since PHP 5.3 indeed, see the API.