Page 1 of 1

dial up

Posted: Mon Nov 11, 2002 7:18 pm
by mfalomir
is it possible to dial to a phone number or station within a web browser, using PHP???

Posted: Mon Nov 11, 2002 7:35 pm
by volka
php is server-side, it will only produce a output-stream that is interpreted client-side (within the browser).
And no, unless there are serious bugs in the browser, you can't dial anything by plain html and/or scripting. e.g. windows autodialer (to hell with the programers of costly fake-internet-connection-components :evil: ) are more or less standalone components that are installed via bugs and/or user stupidity.