I found out two solutions: Php/html: header('Location: website.php#formDiv'); and jQuery
Php/html option is simple and i really like it... but it makes my url ugly: [https://website#formDiv].
Is any solution to hide it? or i have to use jQuery?
I found out two solutions: Php/html: header('Location: website.php#formDiv'); and jQuery
Php/html option is simple and i really like it... but it makes my url ugly: [https://website#formDiv].
Is any solution to hide it? or i have to use jQuery?