views:

62

answers:

1
+1  Q: 

php server talk

How can I enable talk or speech on my PHP Server? Is there a language that has speech-classes that could help me, or do I need to use a text-to-speech engine?

A: 

If you have OS X in your server, you could try with:

exec('/usr/bin/say hello');

:)

Henrik Paul
are you meant operating system xpif that, iam dealing with unix server
No, I meant Mac OS X, or Mac OS 10.
Henrik Paul