Ajax And PHP Don't Mix For Social Site

That's why I am staring to not see faith in this site anymore 8 views but no answers surely there be someone here that knows more then me?
 
On "core/profile/update_post.php", are you echoing the result?

If I understand correctly, it seems like you are sending the data, but not receiving it on the AJAX script.
 
Thanks a lot for a reply! 🙂
in update.php I am sending the result then echoing it in PHP

and that makes sense now that I think about it so how would I send the data then receive it probably so that the post automaticly works without needing a refresh or javascript added to the update.php (which barely works either)

Tried that still won't work

i'm just about done on this issue and this is why no one should like front end development would think jquery would take care of this issue 🙁
 
Tried that still won't work

i'm just about done on this issue and this is why no one should like front end development would think jquery would take care of this issue 🙁
 
The issue has been resolved! 🙂

All i had to do was add .on instead of .click
 
Back
Top Bottom