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
16 hours ago.

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

Answer posted by Dan Letecky [DayPilot]
11 hours 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
New Reply
This reply is
Attachments:
or drop files here
Your name (optional):