Kod
Undefined index: str in C:\wamp\www\marketpearl\index.php on line 62
Line 62
$strona = $_GET['str'];
Error2
Kod
Deprecated: Function mysql_db_query() is deprecated in C:\wamp\www\marketpearl\index.php on line 568
Error3
Kod
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\marketpearl\simplepie.php on line 709
Line 709
$this->sanitize =& new SimplePie_Sanitize;
function SimplePie($feed_url = null, $cache_location = null, $cache_duration = null) { // Other objects, instances created here so we can set options on them $this->sanitize =& new SimplePie_Sanitize; // Set options if they're passed to the constructor if ($cache_location !== null) { $this->set_cache_location($cache_location); } if ($cache_duration !== null) { $this->set_cache_duration($cache_duration); } // Only init the script if we're passed a feed URL if ($feed_url !== null) { $this->set_feed_url($feed_url); $this->init(); } }