dial up

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mfalomir
Forum Newbie
Posts: 6
Joined: Tue Nov 05, 2002 9:29 pm

dial up

Post by mfalomir »

is it possible to dial to a phone number or station within a web browser, using PHP???
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
Post Reply