Today onwards I am willing to write series of articles about various programming languages. As a programmer we should compare all the programming languages, study its advantage and disadvantages . By these we can consult a correct platform for our…
Today onwards I am willing to write series of articles about various programming languages. As a programmer we should compare all the programming languages, study its advantage and disadvantages . By these we can consult a correct platform for our…
How to install Asterisk ? How to run Asterisk ? This youtube video help you to install, configure and run your astersisk the open source PBX.
Extensions Configuration extensions.conf [callme] exten => s,1,AGI(callme.php|${CNUM}) CNUM is the variable passed to callme AGI Script Callme.php Agi Script #!/usr/bin/php /** * Author Arun Raj R * @package phpAGI_for Call me * @version 1.0 */ set_time_limit(30); require_once(“phpagi/phpagi.php”); $agi = new…
Hello All, Yesterday i was searching for a solution to split large array into small pieces. Suddenly i noticed the that php have a built in function to split array into small pieces. It was very surprise to me ..…
This problem happened to my friend. So many time it is serviced. But the problem persist . Only the replacement of this laptop will resolve the problem . Please go through video. The problem is It providing a long horrible…
Select scheduled Task from parallel plesk control panel 1. Select Scheduled Task from parallel plesk control panel. [ad#sidebar320280] 2. Add new Task 3. Give the correct path to script program as shown in the figure.
Increasing the number of broadband users will increase the demand for online market. Adobe lets move flash to online Digital TVs. Adobe on Monday said its Flash platform for running rich Internet applications and playing online video will attract giant …
Debugging Javascript was very hard and time consuming. Fire bug is very good tool for monitoring html, css javascript and Ajax request. Also we can use firebug as a reengineering tool for online applications