You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I know this is for rails but I like the editor so much that I just need to have it for PHP.
So for about 3 days I have been in a total war to get the data send to the edit/save page.
Finally got it working how it is supossed to work.
Now I am also debugging using the console so I can see what happans.
Here are the results when I am saving :
POST http://localhost/se/backend/bewerk [HTTP/1.1 200 OK 2215ms]
"{"pages/home":{"type":"full","data":{},"value":"<p>This is the homepage.</p>","snippets":{}}}" home:68
So I know it is being send.
Now I am trying to catch the json with php like this :
Hello everyone,
First of all I know this is for rails but I like the editor so much that I just need to have it for PHP.
So for about 3 days I have been in a total war to get the data send to the edit/save page.
Finally got it working how it is supossed to work.
Now I am also debugging using the console so I can see what happans.
Here are the results when I am saving :
So I know it is being send.
Now I am trying to catch the json with php like this :
So I am also requesting to get the post that is just sended.
I hope somebody can help me.
The reason why I want this to work is because I want to use it in al my projects.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: