01-24-2018, 02:23 PM
Hey guys,
I am messing around with some AJAX in combination with a form right now...and I ran into something, that I can't make any sense of. I am following this Tutorial: https://scotch.io/tutorials/submitting-a...ver-errors
Everything works according to the example in the tutorial, but once I start to interact with the database, and include
require_once 'users/init.php';
require_once $abs_us_root.$us_url_root.'users/includes/header.php';
into the .php file, my JSON response is all messed up :/
Any tips?
Thanks a lot!
-FLo
I am messing around with some AJAX in combination with a form right now...and I ran into something, that I can't make any sense of. I am following this Tutorial: https://scotch.io/tutorials/submitting-a...ver-errors
Everything works according to the example in the tutorial, but once I start to interact with the database, and include
require_once 'users/init.php';
require_once $abs_us_root.$us_url_root.'users/includes/header.php';
into the .php file, my JSON response is all messed up :/
Any tips?
Thanks a lot!
-FLo