Hi List<div><br></div><div>Newb again.</div><div><br></div><div>I am trying to write a script that will use variables passed to the script from the dialplan in a http GET or POST  URL call.</div><div><br></div><div>Please what is the proper way of doing this?</div><div>I&#39;ve tried a few things and they dont work:</div><div><br></div><div>variable1 = argv[1];</div><div>variable2 = argv[2];</div><div>In the script proper:</div><div>web_url = (&quot;<a href="http://webserver//index.php?u=%s&amp;var2=%s">http://webserver//index.php?u=%s&amp;var2=%s</a>&quot;, variable1, variable2);</div><div>session:execute(&quot;curl&quot;, web_url);</div><div><br></div><div>Thanks!</div>