Sending values from php

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
cipher#1
Forum Newbie
Posts: 11
Joined: Wed Jul 04, 2007 3:58 am

Sending values from php

Post by cipher#1 »

Hi.

I need to send a value from php to a VXML app.
The VoiceXML app sends a reference number to php, php checks in the database if the number is there and sends back a string value containing a directory to the VoiceXML app.

Could someone please help me.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm not entirely sure why this is a separate thread from your previous one. Care to explain?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

maybe you can combine your efforts with v1ruz666
see viewtopic.php?t=70183
cipher#1
Forum Newbie
Posts: 11
Joined: Wed Jul 04, 2007 3:58 am

Post by cipher#1 »

I am working with v1ruz666 on the project, we work for the same company.
Ill look into it a bit more.

If you have any suggestions, will you please inform me.
Thanx.
cipher#1
Forum Newbie
Posts: 11
Joined: Wed Jul 04, 2007 3:58 am

Post by cipher#1 »

Hi feyd.

The previous thread was about sending variables from VoiceXML to php.
Now i need to know how to send variables from php to VoiceXML.

Care to share your knowledge.
Post Reply