i am trying to call the following file, so that details are written to another file and then the header auto loads the url -
admin.php?id='id'&url='url'
all works fine if the url is a normal web page ie - http://www.phpbuilder.com
but if i use a url like - http://www.mysite.com/index.php?id=1&name=2
the url stops at the & sign ???
anyway of fixing this so that the whole link is treated as the url ??