My book lists this rule as one of the rules of making formulae:
Let $\phi$ be a formula and $x$ be a variable, then $\exists x \phi$ is a formula
Now let $P(x)$ be a formula with $x$ a free variable, it seems to me that using this rule twice, one can conclude that $\exists x\exists x P(x)$ is a formula. I am willing to accept this as just a string of symbols, but I'd like to know it's "meaning" if there is one.
Thank you
This is just to add to Alex Kocurek's perfectly correct answer. It might well help to explicitly recall the semantics for wffs of the form $\exists v\varphi$. The basic idea is
If there are no free occurrences of $v$ in $\varphi$ this is trivially equivalent to: $\exists v\varphi$ is true iff $\varphi$ is true. So in the given example, $\exists x\exists xPx$ is indeed true just when $\exists xPx$ is true.