|
|
#1 (permalink) |
|
Sun? What Sun?
Join Date: Aug 2006
Location: дома
Posts: 951
Reputation: 10
|
Could someone tell me whats wrong with this code?
PHP Code:
PHP Code:
PHP Code:
It for learning purposes not actually going to use it anywhere |
|
|
|
|
#2 (permalink) |
|
McFox Sandwich
Join Date: Jul 2006
Posts: 463
Reputation: 10
|
Umm as you know I don't know PHP but just trying to help.
Code:
$ncart = new Cart;
$ncart->add_item("aa", 1, 20, 10);
$ncart->add_item("bb", 7, 20, 10);
$ncart->print_cart();
|
|
|
|
|
#5 (permalink) |
|
Sun? What Sun?
Join Date: Aug 2006
Location: дома
Posts: 951
Reputation: 10
|
No Problem im suspecting something with the array and the foreach loop
ok nvm guys i fixed it i should have wrote it like this PHP Code:
Last edited by Dennis56; 01-05-2007 at 05:31 AM. Reason: -=Doublepost=- |
|
|
| Thread Tools | |
| Display Modes | |
|
|