sAjaxSource canot find my processing file

sAjaxSource canot find my processing file

mkourkchmkourkch Posts: 18Questions: 0Answers: 0
edited September 2011 in General
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

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    edited September 2011
    I have no idea what you're asking.

    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!"
This discussion has been closed.