New Zenner
- Join Date:
- Nov 2009
- Posts:
- 45
- Plugin Contributions:
- 0
odd fields being added to URL after form submit
So I added the following code to whos_online.php:
zen_draw_form('refreshing', FILENAME_WHOS_ONLINE, '', 'get') .
'Refresh every' .
zen_draw_hidden_field('info', $_GET['info']) .
zen_draw_input_field('refresh','','size="1"') .
' seconds. ' . zen_image_submit('button_go.gif', IMAGE_GO) . '</form><br>' .
every time you press go (submit) it works exactly as it should... but it adds &x=0&y=0 to the end of the URL. so my URL looks like:
whos_online.php?info=frtsopl4sjavriultfhi57su57&refresh=20&x=0&y=0
where is the &x=0&y=0 coming from? it doesnt seem to bother the site, but its bothering my brain! LOL