Expression where of sql in iniline editor
Expression where of sql in iniline editor
recibeTodo
Posts: 7Questions: 2Answers: 1
hello I would urgently appreciate help in this problem.
I'm getting a data by url when I put it in staff.php does not receive it, what could I do...
When this is working well,
->where( 'id', 4546)
when I replace with the variable that comes in the url it does not work
->where( 'id', $_GET['valor']).
Missing something in javascript?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Without being able to see the Javascript I can't say for certain. Can you give me a link to a page showing the issue, or show your Javascript for DataTables and Editor please?
My guess is that you don't have a
?valor=...
parameter on the Ajax url for one (or both) of DataTables and Editor.Allan
Hello Allan, thank you for answering.
It seems that I have solved this in this way