Guest Guest_Saleh Report post Posted 09/08/2004 12:41 PM hello unfortunately i dont code in vb script: test.vb script: test.php : <? $today = date("D M j G:i:s Y"); $Sec = md5("$today"); echo " Dim today today = \"$today\" Dim Sec Sec = \"$Sec\" "; ?> now when i run the file test.vbs i get this Msg Box: what i want is to be able to access the two variables that was returned by PHP "today and Sec" from the VBS script. Share this post Link to post
Guest jusedawg Report post Posted 09/08/2004 09:54 PM You can have PHP create the external vbs file and then run the script file inside VG. Share this post Link to post
SupportTeam Report post Posted 09/09/2004 09:28 AM This forum is for support of VoiceGuide software and questions should relate directly to VoiceGuide or usage of VoiceGuide. Share this post Link to post
Guest Guest Report post Posted 09/09/2004 12:57 PM sorry for posting here.. iam using VG right now and we need advanced scripts to use it in the ivr system, vbs is verey basic for what we want to do, thats why i posted this q here thanks any way Share this post Link to post
SupportTeam Report post Posted 09/09/2004 06:21 PM There is an example of how to read data from a file and assign read info to a VoiceGuide Result Variable here: http://www.voiceguide.com/vghelp/html/modVbs.htm Share this post Link to post