president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
Error:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: data
Filename: shop/shop.php
Line Number: 55
Line 55:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: loggedAccId
Filename: sources/history.php
Line Number: 23
Line 23:
What problem? :s
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: data
Filename: shop/shop.php
Line Number: 55
Line 55:
PHP:
foreach($SQL->query('SELECT * FROM players WHERE account_id="'.$data['id'].'"') as $chars)
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: loggedAccId
Filename: sources/history.php
Line Number: 23
Line 23:
PHP:
$historyQueryPacc = "SELECT * FROM z_shop_admin_todo WHERE from_account='".$loggedAccId."' OR to_account='".$loggedAccId."';";
What problem? :s
Last edited: