I am trying to add some security to my website which has an admin panel and a user page. So far my security has code which sends the user back to the login page if the user tries to access a page through the url. However, there is still one problem that remains. If I login as a user, the
Tag: procedural
Stripe php integration Error: ReferenceError: sessionId is not defined
I’m stuck at integrating stripe’s prebuild payment gateway to my project. I’m coding very simple Eshop (without login/registration and shopping cart) just a simple project with a form and stripe …
convert mysql to mysqli procedural way for google charts
I am trying to upgrade some google charts i use for my own use from mysql to mysqli procedural way, and i have trouble in re-creating the correct array for the google chart to understand. I think i am …