Categories
Tags → System Command In Php

Accessing the Command Line From PHP

This tutorial will explain the different methods of accessing the system command line from a PHP script. Being able to run external programs can come in handy, and fortunately there are multiple functions that will do this. We will explain the differ...
DETAILS

Chatoo : chat without refresh

Chatoo use a forgotten tips in javascript to produce a revolutionnary chat in php. Without any database, you will have a complete chat tool with IRC command like. The chat doesn''t use any hidden iframe system and allow you to have a clas...
DETAILS

Exec and system command and results

This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included.
DETAILS

Phpcron

Phpcron is a PHP command line program, which allows you to execute programs and system commands at certain scheduled times. It operates in a similar fashion to Unix''s Crond daemon, and can be used in place of, or as a complement to crond. It al...
DETAILS
©2003-2019 jCay.com