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
Does anyone know where messages accesses without using database on php-ajax chat?
example can be found on
www.phpfreechat.net/
In files:
By default, you don't need a Mysql
database. The chat uses files to store
messages and nicknames.
Source: http://www.phpfreechat.net/required-config
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 5 days ago.
Improve this question
How do I make API using PHP. I know PHP and HTML. but I don't know how to make API Using PHP.
I want make Api using PHP. that can insert and fetch 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 6 years ago.
Improve this question
I intend to change an application built in labVIEW platform to a web app using AngularJS. For all required features such as getting data from database, user authentication with LDAP, I have options, but I could not find a solution on how to connect to an opcua server using AngularJS and/or PHP. Can anyone help on this?
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 trying to create a data Streaming like Facebook,
when scroll down a New data uploaded! using PHP and jquery
If you mean loading more content? That's called 'infinite scrolling'
one of many jQuery plugins: http://jscroll.com
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 making a web app using PHP. I want to place event triggers on the database.
I have the triggers wriiten. I have no Idea where to place them so that it is executed.
A trigger is written like you write normal sql queries.
For example :
Create mysql trigger via PHP?
Where are you using it though?
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.