sAjaxSource canot find my processing file
sAjaxSource canot find my processing file
i have 2 files events.php that display datatables and events_proc.php that connect to database, extract de data and display it by :
echo json_encode( $output );
i use "sAjaxSource": "scripts/events_proc.php",
because events.php and scripts/ directory are at the same level.
but no result.
how i can test if events.php access events_proc.php?
many thinks
echo json_encode( $output );
i use "sAjaxSource": "scripts/events_proc.php",
because events.php and scripts/ directory are at the same level.
but no result.
how i can test if events.php access events_proc.php?
many thinks
This discussion has been closed.
Replies
Have you read the debugger guide? http://tote-magote.blogspot.com/2011/08/debugger-basics-for-datatables.html
You might need the section on "Network - Network resources AND TIMINGS!"