Jump to content
php.lv forumi

ignoring session_start()


homers

Recommended Posts

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;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...