|
Author
|
Topic: retrieve variables from somewhere else
|
bankapp
Junior Member
Member # 4267
Rate Member
|
posted November 30, 2006 01:58 AM
For my vxml application I need to connect to the database to retrieve and store some information. I saw some examples on how to do it but what I want to know is: Do I need to create separate files for .php and .vxml. Because the server where my vxml application is hosted does not support dynamic languages. From the examples that I saw it seems like vxml is embedded into php file.
Posts: 1 | Registered: Nov 2006
| IP: Logged
|
|
DrBoB
Junior Member
Member # 3775
Rate Member
|
posted November 30, 2006 04:53 AM
Any service that you want to write, which isn't static, will require some kind of server side scripting to create the VoiceXML page. That can be PHP, Java, Perl, etc. It doesn't matter as long as the VoiceXML that is generated works!
-------------------- Pusing VoiceXML to the masses - www.voice-push.com
Posts: 9 | Registered: Sep 2006
| IP: Logged
|
|
RaxitSheth
Member
Member # 3142
Member Rated:
|
posted December 02, 2006 01:26 AM
>Do I need to create separate files for .php and .vxml.
It depends how you decompose your coding
>Because the server where my vxml application is hosted does not support dynamic languages
Is your server support (as most hosting platform supports) Voice Application from Remote System (thru URL or like that) ?
then you can have Scripting + Vxml code on remote area, and hosting platform will Access your URL, which will give it Vxml Code (dynamically generated) Checkout this option from your vendor.
--raxit
Posts: 34 | From: India | Registered: May 2005
| IP: Logged
|
|
|