You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get simpleCart to send variables to a database.
I have tried almost everything but it comes with an error
PHP Notice: Undefined index: itemCount in E:\inetpub\gadekoekkenet_umbraco\php\order.php on line 34
if I use print_r ($_POST); I get an empty array so it looks like it doesn't get the data from the cart.
This is my php-file so I hope someone can help me in the right direction.
I am trying to get simpleCart to send variables to a database.
I have tried almost everything but it comes with an error
PHP Notice: Undefined index: itemCount in E:\inetpub\gadekoekkenet_umbraco\php\order.php on line 34
if I use print_r ($_POST); I get an empty array so it looks like it doesn't get the data from the cart.
This is my php-file so I hope someone can help me in the right direction.
I have tried to look at the #323 to get it to work but I can figure it out.
Don't mind the code it's only a test page....:)
The text was updated successfully, but these errors were encountered: