I'm writing my first CRM app in PHP and I have some problems with it. So I hope someone will help. :)
I have database with users, and I want to create a new event (meeting or something). I created form to add new event and now I want to take existing user from database and insert it to the event page. I added some jQuery and when i click "add existing user to this event" the popup div pops up with all users in the database. Now I want to click on user and take info about him and insert it to an event page without any page reload so that i won't loose any data inserted in other fields. And here is the question -> How to do that? :)
I guess i have to use some POST method but I don't know how to do that with jQuery.
Question
ghostrider86
Hi everyone,
I'm writing my first CRM app in PHP and I have some problems with it. So I hope someone will help. :)
I have database with users, and I want to create a new event (meeting or something). I created form to add new event and now I want to take existing user from database and insert it to the event page. I added some jQuery and when i click "add existing user to this event" the popup div pops up with all users in the database. Now I want to click on user and take info about him and insert it to an event page without any page reload so that i won't loose any data inserted in other fields. And here is the question -> How to do that? :)
I guess i have to use some POST method but I don't know how to do that with jQuery.
Any ideas?
P.S. Sorry for my English. ;)
Link to comment
Share on other sites
7 answers to this question
Recommended Posts