Skip to content

Getting value from HTML and store in a TXT file with PHP

I have a program where I pick a random word through JavaScript and this word changes every-time the page refreshes or someone visits it. Broadly it looks something like this (the relevant bits of the index.php file): What I want to do is store this random word (from randomW.textContent). I want to either gene…

call php file on incoming call (asterisk)

im new in asterisk i searched like 10hour for example how trigger a php file on incoming call to get caller ID and show to user who is calling and i found some result and tested them codes below are Working(copy pasted from someone example) But problem is its work(trigger php file) only when i call someone fr…