Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [PHP]Przenosiny z serwera na serwre lokalny. Errory.
Forum PHP.pl > Forum > Przedszkole
cykcykacz
Error 1:
Kod
Undefined index: str in C:\wamp\www\marketpearl\index.php on line 62

Line 62
  1. $strona = $_GET['str'];


Error2
Kod
Deprecated: Function mysql_db_query() is deprecated in C:\wamp\www\marketpearl\index.php on line 568

  1. list($ile)=mysql_fetch_row(mysql_db_query("marketp_fin","SELECT count(*) FROM rss_news"));


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
  1. $this->sanitize =& new SimplePie_Sanitize;

  1. function SimplePie($feed_url = null, $cache_location = null, $cache_duration = null)
  2. {
  3. // Other objects, instances created here so we can set options on them
  4. $this->sanitize =& new SimplePie_Sanitize;
  5.  
  6. // Set options if they're passed to the constructor
  7. if ($cache_location !== null)
  8. {
  9. $this->set_cache_location($cache_location);
  10. }
  11.  
  12. if ($cache_duration !== null)
  13. {
  14. $this->set_cache_duration($cache_duration);
  15. }
  16.  
  17. // Only init the script if we're passed a feed URL
  18. if ($feed_url !== null)
  19. {
  20. $this->set_feed_url($feed_url);
  21. $this->init();
  22. }
  23. }
CuteOne
Jak już powiedział pewien moderator... forum to nie parser.
erix
Tu nie tyle, co parser, ale inna konfiguracja + wersja interpretera.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.