Marlboro20
Member
- Dec 17, 2013
- 37
- 6
Hey guys i am trying to make a shopping cart script and i barley started but this is what i have so far and the error its giving me but i am not sure why i am receiving it. when i added a unitialized variable the script freaked out and looked like it was in a never ending loop :/
Here is the error:
Here is my code so far.
Any help or tips would be useful :<
Here is the error:
Code:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in E:\ShoppingCart\app\config\parser.php on line 35
Here is my code so far.
/index.php
/app/bootstrap.php
/app/autoload.php
/app/database.php
/app/config/parser.php
/app/config/app.ini
You must be registered for see links
/app/bootstrap.php
You must be registered for see links
/app/autoload.php
You must be registered for see links
/app/database.php
You must be registered for see links
/app/config/parser.php
You must be registered for see links
/app/config/app.ini
You must be registered for see links
Any help or tips would be useful :<