Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i'm developing a monitoring tool, it have a shift handover process
1.when current user reday hit hanover button it ask's the person name to handover shift
2.then the entry is added to mysql table(handover request table).
here the php should notify who has a request on database, it's possible by AJAX set interval, but i want when the request is in DATABASE that should be notify on user interface(by loged session name), please suggest codes or ideas
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
I'm trying to create a 3-question survey written in PHP/AJAX/JQuery that will basically present 6 pictures to be ordered/ranked from favorite to least favorite, then submitted & recorded to a mysql db, that will in turn drive the next 6 pictures to be ordered and submitted.
I've tried using a multi-step form, which seems ideal, but all the examples write the recorded choices at the end of the form submission, whereas I need each question in the survey to drive the next set of choices. I can't find anything like that to use as an example.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
When user submits a form, ticketing should get generated and at the same time all the data from the form should be sent at the backend of client's system. How to implement this functionality in WordPress?
I have tried searching for the plugin but didnt get the suitabke one
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
How i show data postet in another website to mysql database, in real time on main page of website using PHP and that any new data is displayed in a new line.
Datas that i need show are: name, and finish time (from race).
Use .setTimeout() JS method on main page of website and do jQuery.ajax() requests to your server to update data.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am buiding a licence style system where a user can buy one or a number of licences. They can then log in to the system only once with each licence (similar to Spotify). So a user buys 2 licences. They can log in once in Firefox and once with Chrome. If they try to log in using IE the system will prompt/warn that they will be logged out of another session.
I understand a user could just use multiple instances of the same browser to gain access to multiple sessions/screens but thats fine. We are really only trying to stop users from using multiple devices (2+ separate PCs) if their licence restricts.
Any idea how I would go about this? Can I check session data from another instance or should I store the logins in a separate table and check against that?
Thanks
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to notify website visitors about oracle table updates in current time. How to do this?
Let the database do its work (i.e. hold and manage the data) and have the notification done by the application, that handles the incoming call.