How do i make API using PHP [closed] - php

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.

Related

Is it possible to fetch data from an opcua server using AngularJS? [closed]

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?

Can I make a carousel with php and mysql? [closed]

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 years ago.
Improve this question
Do you think it is impossible? I want go get pictures from mysql database and make a carousel looking like this. >> http://blog.tmimgcdn.com/wp-content/uploads/demos/coding-a-responsive-horizontal-posts-slider-using-css3-and-jquery/index.html
But I want to use only html, css, php and mysql.
Ofcourse possible...PHP codes will bear the load of javascript functionalities.

How to make stream data PHP+Jquery [closed]

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

How to monitor oracle DB updates? [closed]

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.

PHP ajax chat without database at backend [closed]

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

Categories