I have a question and I will try to explain the best way that I can
I have a table that show me names of accounts and each one of that accounts has it own information.

and I'm getting that information like this
On the page "verpersonagem.php" I have this: $idaccount = $_GET['accountId']; but the url comes like this ../verpersonagem.php?account= Why it's not getting the value?
Thanks in advance
