I have a php page which is set to update an SQL record. This part works okay. The code has been written to redirect to page
watch_process.php?username='".$_POST['Username']."'
Which works fine and i can see the url has been amended correctly on the watch_process.php page when it loads. However, when I try to call it and print it on my php webpage, I get nothing.
<?php echo $_GET['username'] ?>
url looks like this: http://netfox-social.co.uk/watch_process.php?username=%27sysadmin%27&