<html><body bgcolor="#FFFFFF"><div>Drupal 6 or 7?<br><br>Sent from my iPad</div><div><br>On Mar 10, 2011, at 9:46 AM, John Mitchell &lt;<a href="mailto:mitchelljj98@gmail.com">mitchelljj98@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>When calling drupal_goto I can't seem to successfully pass a querystring along with the url.<br><br>below is my call to drupal_goto:<br><i>&nbsp; $query = array();<br>&nbsp; $query['status'] = 'bye';<br>&nbsp; drupal_goto('admin/store/free_subscription',$query);</i><br>
<br>Within the called page I output the contents of the $_GET variable using:<br><i>dd($_GET);</i><br><br>Below is contents of $_GET:<br><i>Array<br>(<br>&nbsp;&nbsp;&nbsp; [q] =&gt; admin/store/free_subscription<br>)</i><br><br clear="all">
Note: it has the <i>q </i>parameter but no <i>status </i>parameter.<br><br>Any ideas on what I am doing wrong?<br><br>Thanks,<br><br>John<br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div>
<style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px</style><br>

</div></blockquote></body></html>