homers Posted October 24, 2009 Report Share Posted October 24, 2009 Notice: A session had already been started - ignoring session_start() in C:\xampp\xampp\htdocs\register.php on line 2 Fatal error: Cannot redeclare quote_smart() (previously declared in C:\xampp\xampp\htdocs\include\functions.php:12) in C:\xampp\xampp\htdocs\include\functions.php on line 25 2: session_start(); 13-25: { if (get_magic_quotes_gpc()) { $value = stripslashes($value); } if (!is_numeric($value)) { $value = "'" . mysql_real_escape_string($value) . "'"; } return $value; } Quote Link to comment Share on other sites More sharing options...
yeahz Posted October 24, 2009 Report Share Posted October 24, 2009 Tev ir divas quote_smart() funkcijas, vienu izdzēs. Quote Link to comment Share on other sites More sharing options...
briedis Posted October 24, 2009 Report Share Posted October 24, 2009 Un session_start jau kaut kur ir bijis izsaukts, iespējams kādā citā include failā... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.