can i execute javascript in href when i have text before my input?
This is where I took this example from:
<a href="<?php echo $_GET[‘e’];?>">Back</a>
In this code, I can do http://my_url?e=javascript:alert()
But what can I do if my code is like this:
<a href="e<?php… Continue reading can i execute javascript in href when i have text before my input?