Remember
Register
Home
/
Support
/
Support Forum
/
Is there any way to integrate php into RabbitWeb ?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(385)
Python
(1,017)
RF Solutions and XBee
(8,437)
Digi TransPort
(789)
Digi Connect Cellular
(448)
DAL
(5)
Embedded Devices
(4,169)
Google Coral
(2)
Rabbit
(3,198)
Rabbit Software
(519)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
Is there any way to integrate php into RabbitWeb ?
0
votes
Is there any way to use php on a Rabbit 33xx server or other way to provide server-side driven data updates to a client (without reloading an entire web page) ?
php
asked
Mar 19, 2018
in
Rabbit
by
ChasLAmy
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
No, but you can use JavaScript and AJAX on the page and have it send a request for JSON-formatted data. I don't believe there's a canned solution for the server to notify the client of new data, other than having the client poll for updates.
answered
Mar 19, 2018
by
TomCollins
Veteran of the Digi Community
(
2,303
points)
Please
log in
or
register
to add a comment.
...