search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Creating and execute

Related article: AJAX Scheduler for JavaScript/PHP
Asked by joy
1 month ago.

where will i create a ajax schedular program and where will i execute?

Answer posted by Dan Letecky [DayPilot]
1 month ago.

You will need a webserver with PHP enabled.

For development purposes, you can run the project using the built-in PHP webserver:

Linux:

php -S 127.0.0.1:8090 -t /path/to/project

Windows:

php.exe -S localhost:8090 -t D:\path-to-project
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.