|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Aug 2003
Città: Thiene
Messaggi: 139
|
[PHP] problema con $this dopo essere passato da php4 a php5
ciao a tutti, premetto che sono nuovo al php (
Codice:
<?
define('PUN_ROOT', './punbb/');
require PUN_ROOT.'include/common.php';
function logout()
{
mysql_query('DELETE FROM '.$this->db_prefix.'online WHERE username='.$this->pun_user['username']);
pun_setcookie(1, random_pass(8), time() + 31536000);
}
?>
mysql_query('DELETE FROM '.$this->db_prefix.'online WHERE username='.$this->pun_user['username']); l'errore è: Fatal error: Using $this when not in object context in /home/web/***************/config.php on line 6 nessuno mi aiuta a rifarla compatibile php5? |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 06:10.




















